Results 1 to 2 of 2

Thread: Killing Hidden Processes

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    4

    Question

    Hello! :)

    I would be extremely greatful if anyone could tell me of an API call which would let me kill a process which does not have a titlebar (a hidden process), since the only methods of killing processes in VB I have come across all require a window title. Also, I would not know the programs PID, only it's name, so a function such as:

    KillProcess(ProcessName.exe)

    which would include PID -> appname conversion would be useful :) (if it's needed at all! :)

    Thanks in advance! :)

    - James

  2. #2

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    4

    oh yeah....

    by the way, I would not necessarily have the path of the app in question, so something like

    call KillProcess(c:\winamp\winamp.exe) is no good.

    i need to kill it from the name alone, if it's possible (


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