Link to home
Start Free TrialLog in
Avatar of stavin
stavin

asked on

What apps are running and what files are open?

Using Visual Studio 2005 and C#, how can I programatically tell which apps are running and what files are open?
ASKER CERTIFIED SOLUTION
Avatar of SStory
SStory
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
My answer tells what processes are present. If you wanted to know if WinWord.exe were loaded in RAM, It could be ascertained by the information in the GetProcesses call.

The asker did not clarify any more. I think I should at least get some points for my answer.