Results 1 to 2 of 2

Thread: Check Process

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    2

    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

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    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
  •  



Click Here to Expand Forum to Full Width