An application run
-
How can I check if there is one thread from an application run now?(Not my own application,for example Outlook express is run now or not) Mazy "And the carpet needs a haircut, and the spotlight looks like a prison break And the telephone's out of cigarettes, and the balcony is on the make And the piano has been drinking, the piano has been drinking...not me...not me-Tom Waits
-
How can I check if there is one thread from an application run now?(Not my own application,for example Outlook express is run now or not) Mazy "And the carpet needs a haircut, and the spotlight looks like a prison break And the telephone's out of cigarettes, and the balcony is on the make And the piano has been drinking, the piano has been drinking...not me...not me-Tom Waits
Probably what you mean is if atleast one application instance is running ? What you need is to just enumerate the process list and look at the exe or the program name. Process32First, Process32Next.
-
Probably what you mean is if atleast one application instance is running ? What you need is to just enumerate the process list and look at the exe or the program name. Process32First, Process32Next.
Thanks,I'll take alook at them. :) Mazy "And the carpet needs a haircut, and the spotlight looks like a prison break And the telephone's out of cigarettes, and the balcony is on the make And the piano has been drinking, the piano has been drinking...not me...not me-Tom Waits