C#.net with system process
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I need to work with windows system process(e.g closing IE explorer). so how shall I go about doing it.
-
Hi, I need to work with windows system process(e.g closing IE explorer). so how shall I go about doing it.
use the System.Diagnostics.Process class.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Dumbest. Movie. Title. Evaaar. The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
use the System.Diagnostics.Process class.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Dumbest. Movie. Title. Evaaar. The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
You can also use WMI (Windows Management Interface) and query for processes.