Sep 19, 2005 #1 faywang Programmer Joined Sep 13, 2005 Messages 3 Location CA How can I get the current running applications names (which are listed in Windows Task Manager-Applications Tab) from c#? Thanks a lot!
How can I get the current running applications names (which are listed in Windows Task Manager-Applications Tab) from c#? Thanks a lot!
Sep 19, 2005 1 #2 chmohan Programmer Joined Apr 9, 2003 Messages 392 Location US this is in vb but should be easy to convert to c# http://www.andreavb.com/forum/viewtopic_3274.html Upvote 0 Downvote
Sep 20, 2005 #3 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US System.Diagnostics.Process.GetProcesses() Chip H. ____________________________________________________________________ Donate to Katrina relief: http://s1.amazon.com/paypage/PELYGQVJ8Q7IB/103-6821258-5919825If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
System.Diagnostics.Process.GetProcesses() Chip H. ____________________________________________________________________ Donate to Katrina relief: http://s1.amazon.com/paypage/PELYGQVJ8Q7IB/103-6821258-5919825If you want to get the best response to a question, please read FAQ222-2244 first