| Author |
Task manager for smartphone
|
|
| ajayden 2006-01-13, 7:58 am |
| I am programming an application which will list all the running applications
on the smartphone.
I know that it can be done on the Desktop using the following code
| |
| ajayden 2006-01-13, 7:58 am |
|
"ajayden" wrote:
> I am programming an application which will list all the running applications
> on the smartphone.
>
> I know that it can be done on the Desktop using the following code
>
>
Sorry forgot to enter the code in the earlier post.....
I know that normally it can be done using dim nProcesslist as Process() =
Process.GetProcesses()
But how to do it for smartphone??
| |
| Peter Nowak 2006-01-13, 7:58 am |
| As far, as I know, there is no simple possibility to list pocesses from
managed Applications.
"ajayden" <ajayden@discussions.microsoft.com> schrieb im Newsbeitrag
news:516BE282-C24F-4D2C-98DF-885015165F85@microsoft.com...
>
>
> "ajayden" wrote:
>
>
> Sorry forgot to enter the code in the earlier post.....
>
> I know that normally it can be done using dim nProcesslist as Process() =
> Process.GetProcesses()
>
> But how to do it for smartphone??
| |
|
|
|
|