.net - C# - which programs have been opened since the user opened my program -


i need know programs have been opened since user opened program - program activity monitor..

how can that?

you can use wmi notified when new process started: using wmi monitor process creation, deletion , modification in .net


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

android - View with visibility state GONE taking up space on screen -