How to get an application's process name?
Posted
by Ram
on Stack Overflow
See other posts from Stack Overflow
or by Ram
Published on 2010-04-26T10:52:29Z
Indexed on
2010/04/26
10:53 UTC
Read the original article
Hit count: 176
c#
Hi,
I am trying to develop a sample application that finds the process name of a particular application.. Suppose there is an application by name XYZ.exe.. But when the XYZ.exe application is executed, it is not necessary that it holds the same process name.. Let the application run under the process name abc.exe..
Now my question is this.. Is it possible to find that the process name of XYZ.exe?
Any help would much appreciated...
Thanks, Ram
© Stack Overflow or respective owner