I need to be able to detect if a process is already running from within my VB app. What makes this difficult is that this process has no window, and I did not create the process. All I know is the name of the process, as it show up in the NT Task Manager app.

Any ideas? Thanks.