I'm looking for a way in VB6 to read a process and determine the owner (User Name).
OS is WinXP or Win2000
Any thoughts?
12-07-2006 at 07:16 PM
|
soorena Level: Big Cheese Registered: 30-11-2003 Posts: 26
Re: Process Owner (UserName)
yea you can use readproccessmemory to read the memory and writeprocessmemory to write and using process32first and process32next to find the name of the processes and openprocess for their handle