Processes
Mobile
3
Posts
2
Posters
0
Views
1
Watching
-
i have had a look but i could not get a list of running processes i tried process. but there is nothing in that, thanks in advance
If at first you don't succeed Redefine success J.Hardy
-
i have had a look but i could not get a list of running processes i tried process. but there is nothing in that, thanks in advance
If at first you don't succeed Redefine success J.Hardy
-
Take a look at OpenNETCF or Smart Device Framework (http://www.opennetcf.com/[^]). API
OpenNETCF.ToolHelp.ProcessEntry.GetProcesses()
returns an array ofProcessEntry
. This is a list of all running processes.thank you
If at first you don't succeed Redefine success J.Hardy