Board index » Visual Studio » Is that application running?

Is that application running?

Visual Studio78
oHi!

Is there any way in VB6 for checking if an .exe file i open/running on a

remote machine? Both these computers are Windows 2000. I would like to know,

if the program (exe), placed on a shared network folder is currently running

/ used by some other user, or is it "free". Thank you in advance for any help

and code snippets...


-
 

Re:Is that application running?

"Confused designer" <Confuseddesigner@discussions.microsoft.com>wrote in

message news:AB033086-ABF8-4381-AF7F-EC0995DCE196@microsoft.com...

Quote
oHi!

Is there any way in VB6 for checking if an .exe file i open/running on a

remote machine? Both these computers are Windows 2000. I would like to

know,

if the program (exe), placed on a shared network folder is currently

running

/ used by some other user, or is it "free". Thank you in advance for any

help

and code snippets...



Check the sample codes here:



vbnet.mvps.org/code/wmi/index.html">vbnet.mvps.org/code/wmi/index.html





-