|
-
Dec 12th, 2007, 04:16 PM
#1
Thread Starter
New Member
Check Process
Hi,
I need a function in VB6 to check whether a particular process is running or not. For example, I want to check if "Acrobat.exe" is running, and kill it if it is. How can I do that in VB6?
Thanks
Paramesh Kumar
-
Dec 12th, 2007, 11:04 PM
#2
Re: Check Process
There are numberof ways to detect weather a process is running.
You can load all the running process shown in the Task Manager under Process Tab in to your application and check wheater acrobat.exe in the list. if it is, you can kill it.
This topic has been discussed and answerd so many times. if you search the forum using key words such as "Kill Process" , "Enumurate Process" etc, you get the many many examples. please have a search first . if you have any problem you can reply.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|