CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2001
    Location
    Los Angeles, CA, United States
    Posts
    47

    Detecting Running Process

    In my program, have to detect whether some process is running or not.
    FindWindow can do same functionality but have to input caption name but execution file name.
    Isn't there any Win32API(or VB function) that can detect particular executable file is running or not?
    Could anyone who know it let me know?
    Thank you.

    I'm a senior programmer.
    Working at CamSight, Dental imaging solutions industry.

  2. #2
    Join Date
    Apr 2001
    Location
    UK
    Posts
    24

    Re: Detecting Running Process

    If you dont want to run it on NT4 or NT3.51 then i can help.

    Grant French
    [email protected]


  3. #3
    Join Date
    Apr 2000
    Posts
    737

    Re: Detecting Running Process

    refer http://vblib.virtualave.net, there is a function called GetAllProcess in vbSystem, which will tell you all the process in the system as well as the executable of it.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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

Featured