PDA

Click to See Complete Forum and Search --> : Is program running?


john30120
Aug 8th, 2000, 12:52 PM
Using win9x How does one launch a program from within a VB6 program and then be able to query if the program is still running. In 16 bit VB you could launch with Shell and then use the Task ID and GetModuleUsage to see if it was active. I found one knowledgebase but it Waited for the program to end. I need to be doing something else and then look back to see if its still up or not.

Thanks

Aug 8th, 2000, 01:57 PM
I posted an example of how to do it.
Check out this thread (http://forums.vb-world.net/showthread.php?threadid=25094).