Question how to get user name from task manager

andimanro

Member
Joined
Jun 7, 2010
Messages
18
Programming Experience
1-3
dear all...

how to get application User Name from task manager (in Processes Tab) ?


thnx in advance
 
dear john...

thnx for your reply...
i'm a vb.net newbie and i'm really get a dead-end in learning the codes inside your link suggestion.. :)
could you give an example how to get the User Name for a specific process like "explorer.exe" ?

thnx
 
The code example I posted already shows how. Instead of the GetProcesses you call GetProcessesByName("explorer").
 
Back
Top