|
-
Jan 31st, 2001, 01:08 PM
#1
Thread Starter
New Member
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
-
Jan 31st, 2001, 01:32 PM
#2
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|