|
|
|
date: Tue, 8 Jul 2008 06:45:01 -0700,
group: microsoft.public.dotnet.framework.compactframework
back
Re: How to get running applications number?
What the task manager is showing is the list of top-level window titles. I
don't know, off-hand, how to do that, other than with P/Invoke in .NET CF,
but you'd use EnumWindows() in native code.
Paul T.
"juvi" wrote in message
news:78A6B569-8BFD-4D16-885B-53306E200878@microsoft.com...
>I mean like in the task manager of windows mobile 6.1
>
> There you can filter your view by "application" or by "processes"...
> I do not want the see the processes (like shell32.exe) I only want to get
> the number of running applications (like in this task manager)
>
> thx
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> It's pretty much process = application. What exactly do you mean
>> distinguishes "application" from "process"? It's pretty obvious that you
>> should be telling us what version of what operating system you're using,
>> since you should ALWAYS do that...
>>
>> Paul T.
>>
>> "juvi" wrote in message
>> news:1E43BA5B-8FE5-4800-A16C-1B6C7D6EC26F@microsoft.com...
>> > hello,
>> >
>> > Is it possible to count not the running processes, but the running
>> > applications? (e.g. like File Explorer, Word, => 2??)
>> >
>> > thx
>> > juvi
>>
>>
>>
date: Tue, 8 Jul 2008 08:58:24 -0700
author: Paul G. Tobey [eMVP] p space tobey no spam AT no instrument no spam DOT com
|
|