how to dispaly the list of running applications on my ppc using c#

  • Thread starter Thread starter khaled
  • Start date Start date
K

khaled

hi,

I am trying to do a program using visual c# that will display in a
simple form the liste of running programs on my pocket pc.
can someone tell me how to do that?
thanks.
 
Depends on what you mean. If you mean something like what the PPC has in
the control panel, simply enumerate all top-level windows. If you want to
actually get *all* running processes, P/Invoke the Toolhelp APIs.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
thanks for the answer.
but i don t know how to enumerate all top level windows.
i am searching for something like "Process.MainWindowTitle" and i didnt
find it in the toolhelp APIs.
thanks for ur help
 

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