Assuming you are on the desktop you can get an array of Process objects representing running processes with Process.GetProcesses or Process.GetProcessesByName for a specific exe. Once you have a Process object for the exe you can have your wicked way with it.
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
|