Hi ,
I am trying to get the names of the running programs in PPC using
EnumWindows().
I am getting all running programs and additionally "Desktop","Programs" and
"MS_SIPBUTTON". If I try to close these, PPC getting hanged.
I can exclude these three from list but if user program also is the same
name then problem comes to differentiate between these two.

I want to get the running programs list in PPC .
Path is : Start -> Settings->System->Memory->Running Programs.
Can anybody help me please.
Thanks
Supriya.

Re: Running Processes List by Peter

Peter
Mon Feb 26 02:17:48 CST 2007

You need to look at the window style of each window you enumerate. System
windows like "MS_SIPBUTTON" are not visible, they'll have different window
styles to running applications. You should not terminate any of these system
windows.

Peter

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com

"Supriya" <supriya_34@yahoo.co.in> wrote in message
news:uSYy5KWWHHA.4872@TK2MSFTNGP03.phx.gbl...
> Hi ,
> I am trying to get the names of the running programs in PPC using
> EnumWindows().
> I am getting all running programs and additionally "Desktop","Programs"
> and "MS_SIPBUTTON". If I try to close these, PPC getting hanged.
> I can exclude these three from list but if user program also is the same
> name then problem comes to differentiate between these two.
>
> I want to get the running programs list in PPC .
> Path is : Start -> Settings->System->Memory->Running Programs.
> Can anybody help me please.
> Thanks
> Supriya.
>
>