Is it possible to get the progID of a running process? Using C#?
+1
A:
These functions will help-
GetProcesses
GetProcessesByName
To get current process, use-
GetCurrentProcess
Nayan
2010-04-29 12:55:42
A:
What is progID
? Seems that you need System.Diagnostics.Process.GetCurrentProcess().Id
.
Vlad
2010-04-29 12:56:08