Quote:
|
Originally Posted by reborg
My main concern would be ( from the last time I had to work with windows ) is that is is very difficult to get that kind of information after the fact if the process does not itself open a window.
|
Difficult - yes.
Very difficult - probably.
If you want to go down this way, you should look at the toolhelp32 api or use the psapi library. There are a couple of other ways as well. See
Alex Fedotov's write up on the same.