Identifying and killing a process using C# in .netcf 2.0
Mobile
2
Posts
2
Posters
1
Views
1
Watching
-
I'm trying to determine how to find the process ID of a running process by executable name or windows name. I've imported the coredll.dll and used the FindWindow function which gives me a handle but this is not the proc id which is what the Process class needs to be able to kill. Any help will be greatly appreciated. Thanks...
-
I'm trying to determine how to find the process ID of a running process by executable name or windows name. I've imported the coredll.dll and used the FindWindow function which gives me a handle but this is not the proc id which is what the Process class needs to be able to kill. Any help will be greatly appreciated. Thanks...
Have a look at the following article Mobile Task Manager[^]