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