[Help]Getting Location of a running process.
Can I ask if there is a code how to get the location of the running process.
As an example, I want to locate Task manager
So If Task manager runs, I can get where is the location of it.
Not sure if .net does have any propriety that might let you access that. Maybe in Process.MainModule Property.
Otherwise you can use Module32First/Module32Next API's i guess...?