Processes list in Windows CE (.NET Compact Framework)
-
Hello everybody, I need to get the list of all the processes running in a Windows Embedded Compact 7 operating system. My application is written in C# (Visual Studio 2008). The problem is that the function System.Diagnostics.Process.GetProcesses() is not present in .NET Compact Framework and I don't know how to get the processes list. Someone has some ideas on how to solve the problem? Thank you in advance.
-
Hello everybody, I need to get the list of all the processes running in a Windows Embedded Compact 7 operating system. My application is written in C# (Visual Studio 2008). The problem is that the function System.Diagnostics.Process.GetProcesses() is not present in .NET Compact Framework and I don't know how to get the processes list. Someone has some ideas on how to solve the problem? Thank you in advance.
-
Compact Framework Process class that supports fully specified file paths[^]
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
Thanks Eddy! That's what I needed! Unfortunately I had not found that article...