Tagged Questions
1
vote
5answers
902 views
How can I list all processes running in Windows?
I would like to find a way to loop through all the active processes and do diagnostics checks on them (mem usage, cpu time etc) kinda similar to the task manager.
The problem is broken down into two ...
0
votes
0answers
233 views
Getting process ID of a SHDocVw.InternetExplorer spawned IE8 process
I'm using SHDocVw.InternetExplorer to launch IE in my code. In certain cases InternetExplorer.Quit() doesn't work. I have tried several things to make Quit work but without success. I'm now resorting ...