Question : Watch running program state in c#

Hi!

I''ve to monitor running application in c#, i've to get theses informations:
-Application currently running
-State(open, reduced, hidden, ...)

Is it possible? How?

Thank you!

Answer : Watch running program state in c#

Look at:

http://www.c-sharpcorner.com/UploadFile/gaurav.pilay/206232006095904AM/2.aspx

To understand how these windows messages can be manipulated and then check this to provide you with the gel to to combine your solution:

http://www.codeproject.com/KB/cs/windowhider.aspx

 

Random Solutions  
 
programming4us programming4us