Click here to Skip to main content
15,915,864 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralBitmaps and GDI+ Pin
Michael Parkin17-Dec-04 10:10
Michael Parkin17-Dec-04 10:10 
Generalcustom sorting datatables Pin
mfriedenthal17-Dec-04 8:07
sussmfriedenthal17-Dec-04 8:07 
GeneralRe: custom sorting datatables Pin
OICU81217-Dec-04 11:23
OICU81217-Dec-04 11:23 
GeneralRe: custom sorting datatables Pin
LadyReader20-Dec-04 4:41
LadyReader20-Dec-04 4:41 
GeneralRe: custom sorting datatables Pin
OICU81221-Dec-04 21:13
OICU81221-Dec-04 21:13 
GeneralRe: custom sorting datatables Pin
LadyReader22-Dec-04 4:16
LadyReader22-Dec-04 4:16 
GeneralCheck the file os open or not in vb Pin
Member 158672017-Dec-04 3:18
Member 158672017-Dec-04 3:18 
GeneralRe: Check the file os open or not in vb Pin
Dave Kreskowiak17-Dec-04 6:13
mveDave Kreskowiak17-Dec-04 6:13 
Uhhh, why? PowerPoint can already play the music when a specific slide is shown. All you have to do is tell it which file to play...

Without writing a specific file system extension, you can't reliably monitor the file to see if it was opened by some other process. In order to get this to PARTIALLY work, you would have to constantly try and open the file exclusively, denying any shared access, just to see if the file was opened by some other process. If the file opens, no other process has it open. If it doesn't open, something else has it open. But, there are multiple problems with doing this:

1) You must try to open file, repeatedly, fast enough so that you don't miss the file being opened, read, and closed, in between your attempts to open the file. This will have the effect of degrading system performance and slowing down all other applications.

2) As explained in 1, you could easily miss a file being open, then closed.

3) If your monitor manages to open the file, you will automatically prevent any other app from opening that file. This will cause your presentation to stop or possibly crash altogether.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralMaking Monitor Black Pin
Member 158672017-Dec-04 2:50
Member 158672017-Dec-04 2:50 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak17-Dec-04 6:00
mveDave Kreskowiak17-Dec-04 6:00 
GeneralRe: Making Monitor Black Pin
Member 158672017-Dec-04 14:23
Member 158672017-Dec-04 14:23 
GeneralRe: Making Monitor Black Pin
OICU81217-Dec-04 19:29
OICU81217-Dec-04 19:29 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak18-Dec-04 4:37
mveDave Kreskowiak18-Dec-04 4:37 
GeneralHelp with Browse Pin
mex_young17-Dec-04 1:04
mex_young17-Dec-04 1:04 
GeneralRe: Help with Browse Pin
Purple Monk17-Dec-04 4:45
Purple Monk17-Dec-04 4:45 
GeneralRe: Help with Browse Pin
mex_young17-Dec-04 23:23
mex_young17-Dec-04 23:23 
GeneralHelp !! Event not Raise in VB.net Pin
stv17-Dec-04 0:36
stv17-Dec-04 0:36 
GeneralRe: Help !! Event not Raise in VB.net Pin
OICU81217-Dec-04 5:38
OICU81217-Dec-04 5:38 
GeneralFTP Pin
nitin_ion17-Dec-04 0:27
nitin_ion17-Dec-04 0:27 
GeneralHelp with a script Pin
Anonymous16-Dec-04 22:37
Anonymous16-Dec-04 22:37 
GeneralRe: Help with a script [EDITED] Pin
Dave Kreskowiak17-Dec-04 5:56
mveDave Kreskowiak17-Dec-04 5:56 
GeneralRe: Help with a script [EDITED] Pin
Anonymous23-Dec-04 16:07
Anonymous23-Dec-04 16:07 
GeneralRe: Help with a script [EDITED] Pin
Dave Kreskowiak23-Dec-04 16:17
mveDave Kreskowiak23-Dec-04 16:17 
GeneralColumns in a string in VB.NET Pin
Chaos Machine16-Dec-04 18:11
Chaos Machine16-Dec-04 18:11 
GeneralRe: Columns in a string in VB.NET Pin
OICU81216-Dec-04 18:37
OICU81216-Dec-04 18:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.