blankdev
May 6th, 2006, 03:38 PM
Hey guys, I'm creating a program that will connect to a client and is allowed to issue certain commands such as list the programs running on the client, be able to close certain ones, turn off the computer, etc. (For my bro's computers). Anyways, as I myself am pretty new to the .Net FCLs, I'd like to know what I should read on to:
Close a window
List current processes (Such as Task Manager, in WINAPI I believe it was a ProcessEnumerator)
Shutdown the computer
The one I'm really interested in is closing a window, and listing the current processes. I'm pretty sure I can discover shutdown the computer on my own. I'll continue researching myself, thanks.
Nevermind, there's no delete function in this forum so it seems so I can't delete this thread, anyways, I just used System.Diagnostics.Process.
Close a window
List current processes (Such as Task Manager, in WINAPI I believe it was a ProcessEnumerator)
Shutdown the computer
The one I'm really interested in is closing a window, and listing the current processes. I'm pretty sure I can discover shutdown the computer on my own. I'll continue researching myself, thanks.
Nevermind, there's no delete function in this forum so it seems so I can't delete this thread, anyways, I just used System.Diagnostics.Process.