Anyone know of a way to tell if a program is running given the EXE name?
For example,
ret = IsProgramRunning("c:\Windows\regedit.exe")
if ret = true then msgbox("it's running!"
????
Printable View
Anyone know of a way to tell if a program is running given the EXE name?
For example,
ret = IsProgramRunning("c:\Windows\regedit.exe")
if ret = true then msgbox("it's running!"
????
Nevermind, found what I needed! (I need to learn patience!)
2nd to last reply:
http://forums.vb-world.net/showthrea...threadid=45648