Hi
I am using C+ Builder 6 .
I am trying to get the username of a running process. I have my code below , essentially a Form , a timer and 2 buttons then this code you see below.
I have got as far as getting the process , Google says I need to call GetOwner method from the class Win32_Process...