A
andrej.r
Hello,
im just wondering, how to filter out only processes that are running
by user. I have all process that are running on my phone (i'm using
OpenCF library), by calling ProcessEntry.GetProcesses(), but that's
not what i'm looking for.
In full .NET i would use ManagementObjectCollection and
ManagementObjectSearcher to get user of process with query, but i have
no idea how to do that in CE (still new ).
So the result would look like if you open task manager on you phone,
there are listed only programs run by user but not system ones.
thx
im just wondering, how to filter out only processes that are running
by user. I have all process that are running on my phone (i'm using
OpenCF library), by calling ProcessEntry.GetProcesses(), but that's
not what i'm looking for.
In full .NET i would use ManagementObjectCollection and
ManagementObjectSearcher to get user of process with query, but i have
no idea how to do that in CE (still new ).
So the result would look like if you open task manager on you phone,
there are listed only programs run by user but not system ones.
thx