enumerating running processes for PocketPC

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I am trying to enumerate the list of running processes on the PocketPC
platform. Normally I would just use
System.Diagnostics.Process.GetProcesses() and go through the returned
Process array, but that call is not available in Mobile land.

How do I do this for a program running on a mobile platform?


Thanks,
Mark
 
Thanks Tim.

Got the answer. I think about the biggest issue facing dvelopers new
to .NET is just knowing where to go for help.

Thanks,
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top