Hi
We have had an app writer in who develops for pocket pc devices and was
quite disappointed that our device didn't have a task manager.
Is there a task manager or equivalent in windows ce .net 4.2, that allows us
to see apps runing and killing hung apps like in PPC2003.

Regards

Re: Task Manager wince.net 4.2 by K

K
Wed Jun 23 09:02:22 CDT 2004

WinCE 4.2 do have the Taskman
you can user Ctrl+Alt+DL to bring up the taskman dialog box


"Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
:cbbkv2$8t3$1$8300dec7@news.demon.co.uk...
> Hi
> We have had an app writer in who develops for pocket pc devices and was
> quite disappointed that our device didn't have a task manager.
> Is there a task manager or equivalent in windows ce .net 4.2, that allows
us
> to see apps runing and killing hung apps like in PPC2003.
>
> Regards
>
>
>
>
>



Re: Task Manager wince.net 4.2 by Tweeeek

Tweeeek
Wed Jun 23 09:38:11 CDT 2004

Hi
Thank you for the reply...O.k next question is that our hardware keyboard
doesn't have a ctrl key....The software input panel I am using is standard
and has most keys, the only key I can't see on it is an 'alt' key.

Can someone please help


"K. S. Huang" <ks_huang@alphanetworks.com.remove.this> wrote in message
news:e1FxnpSWEHA.3988@tk2msftngp13.phx.gbl...
> WinCE 4.2 do have the Taskman
> you can user Ctrl+Alt+DL to bring up the taskman dialog box
>
>
> "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
> :cbbkv2$8t3$1$8300dec7@news.demon.co.uk...
> > Hi
> > We have had an app writer in who develops for pocket pc devices and was
> > quite disappointed that our device didn't have a task manager.
> > Is there a task manager or equivalent in windows ce .net 4.2, that
allows
> us
> > to see apps runing and killing hung apps like in PPC2003.
> >
> > Regards
> >
> >
> >
> >
> >
>
>



Re: Task Manager wince.net 4.2 by K

K
Wed Jun 23 10:13:46 CDT 2004

I think you may need to modify the source code of the HPC shell.
at about line 5377...
case VK_DELETE:
case VK_BACK:
if (GetKeyState(VK_CONTROL) && GetKeyState(VK_MENU))
{
if(TaskMan_GetWindow()) {
SetForegroundWindow(TaskMan_GetWindow());
ShowWindow(TaskMan_GetWindow(),
SW_SHOWNORMAL);
}
}
break;

you could remove the GetKeyState(VK_MENU) to enable you to use the Small SIP
to bringup the Taksman DialogBox.
BTW, according to my memorize, another SIP (LargeKB) might have the "ALT"
key on it.

"Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
:cbc4kk$rpi$1$8300dec7@news.demon.co.uk...
> Hi
> Thank you for the reply...O.k next question is that our hardware keyboard
> doesn't have a ctrl key....The software input panel I am using is standard
> and has most keys, the only key I can't see on it is an 'alt' key.
>
> Can someone please help
>
>
> "K. S. Huang" <ks_huang@alphanetworks.com.remove.this> wrote in message
> news:e1FxnpSWEHA.3988@tk2msftngp13.phx.gbl...
> > WinCE 4.2 do have the Taskman
> > you can user Ctrl+Alt+DL to bring up the taskman dialog box
> >
> >
> > "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
> > :cbbkv2$8t3$1$8300dec7@news.demon.co.uk...
> > > Hi
> > > We have had an app writer in who develops for pocket pc devices and
was
> > > quite disappointed that our device didn't have a task manager.
> > > Is there a task manager or equivalent in windows ce .net 4.2, that
> allows
> > us
> > > to see apps runing and killing hung apps like in PPC2003.
> > >
> > > Regards
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>



Re: Task Manager wince.net 4.2 by Tweeeek

Tweeeek
Wed Jun 23 10:26:06 CDT 2004

Hi
Thank you, I'll try that....have checked SIP (LargeKB) might have the
"ALT....unfortunately it doesn't..

Regards


"K. S. Huang" <ks_huang@alphanetworks.com.remove.this> wrote in message
news:e5bVhRTWEHA.3512@TK2MSFTNGP12.phx.gbl...
> I think you may need to modify the source code of the HPC shell.
> at about line 5377...
> case VK_DELETE:
> case VK_BACK:
> if (GetKeyState(VK_CONTROL) &&
GetKeyState(VK_MENU))
> {
> if(TaskMan_GetWindow()) {
> SetForegroundWindow(TaskMan_GetWindow());
> ShowWindow(TaskMan_GetWindow(),
> SW_SHOWNORMAL);
> }
> }
> break;
>
> you could remove the GetKeyState(VK_MENU) to enable you to use the Small
SIP
> to bringup the Taksman DialogBox.
> BTW, according to my memorize, another SIP (LargeKB) might have the "ALT"
> key on it.
>
> "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
> :cbc4kk$rpi$1$8300dec7@news.demon.co.uk...
> > Hi
> > Thank you for the reply...O.k next question is that our hardware
keyboard
> > doesn't have a ctrl key....The software input panel I am using is
standard
> > and has most keys, the only key I can't see on it is an 'alt' key.
> >
> > Can someone please help
> >
> >
> > "K. S. Huang" <ks_huang@alphanetworks.com.remove.this> wrote in message
> > news:e1FxnpSWEHA.3988@tk2msftngp13.phx.gbl...
> > > WinCE 4.2 do have the Taskman
> > > you can user Ctrl+Alt+DL to bring up the taskman dialog box
> > >
> > >
> > > "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
> > > :cbbkv2$8t3$1$8300dec7@news.demon.co.uk...
> > > > Hi
> > > > We have had an app writer in who develops for pocket pc devices and
> was
> > > > quite disappointed that our device didn't have a task manager.
> > > > Is there a task manager or equivalent in windows ce .net 4.2, that
> > allows
> > > us
> > > > to see apps runing and killing hung apps like in PPC2003.
> > > >
> > > > Regards
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Task Manager wince.net 4.2 by anonymous

anonymous
Wed Jun 23 20:53:28 CDT 2004

Hi

did you try right click on taskbar by mouse?

JayC
>-----Original Message-----
>Hi
>Thank you, I'll try that....have checked SIP (LargeKB)=20
might have the
>"ALT....unfortunately it doesn't..
>
>Regards
>
>
>"K. S. Huang" <ks_huang@alphanetworks.com.remove.this>=20
wrote in message
>news:e5bVhRTWEHA.3512@TK2MSFTNGP12.phx.gbl...
>> I think you may need to modify the source code of the=20
HPC shell.
>> at about line 5377...
>> case VK_DELETE:
>> case VK_BACK:
>> if (GetKeyState(VK_CONTROL) &&
>GetKeyState(VK_MENU))
>> {
>> if(TaskMan_GetWindow()) {
>> SetForegroundWindow
(TaskMan_GetWindow());
>> ShowWindow
(TaskMan_GetWindow(),
>> SW_SHOWNORMAL);
>> }
>> }
>> break;
>>
>> you could remove the GetKeyState(VK_MENU) to enable=20
you to use the Small
>SIP
>> to bringup the Taksman DialogBox.
>> BTW, according to my memorize, another SIP (LargeKB)=20
might have the "ALT"
>> key on it.
>>
>> "Tweeeek" <Tariq.Mahmood@nospam.com> =
=BC=B6=BCg=A9=F3=B6l=A5=F3=B7s=BBD
>> :cbc4kk$rpi$1$8300dec7@news.demon.co.uk...
>> > Hi
>> > Thank you for the reply...O.k next question is that=20
our hardware
>keyboard
>> > doesn't have a ctrl key....The software input panel=20
I am using is
>standard
>> > and has most keys, the only key I can't see on it is=20
an 'alt' key.
>> >
>> > Can someone please help
>> >
>> >
>> > "K. S. Huang"=20
<ks_huang@alphanetworks.com.remove.this> wrote in message
>> > news:e1FxnpSWEHA.3988@tk2msftngp13.phx.gbl...
>> > > WinCE 4.2 do have the Taskman
>> > > you can user Ctrl+Alt+DL to bring up the taskman=20
dialog box
>> > >
>> > >
>> > > "Tweeeek" <Tariq.Mahmood@nospam.com> =
=BC=B6=BCg=A9=F3=B6l=A5=F3=B7s=BBD
>> > > :cbbkv2$8t3$1$8300dec7@news.demon.co.uk...
>> > > > Hi
>> > > > We have had an app writer in who develops for=20
pocket pc devices and
>> was
>> > > > quite disappointed that our device didn't have a=20
task manager.
>> > > > Is there a task manager or equivalent in windows=20
ce .net 4.2, that
>> > allows
>> > > us
>> > > > to see apps runing and killing hung apps like in=20
PPC2003.
>> > > >
>> > > > Regards
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>
>.
>

Re: Task Manager wince.net 4.2 by Tweeeek

Tweeeek
Thu Jun 24 04:55:19 CDT 2004

Thank you for the info modified the code and removed GetKeyState(VK_MENU),
the task manager now pops up when I select 'Ctrl and del'

Regards

<anonymous@discussions.microsoft.com> wrote in message
news:20b5101c4598e$0b244150$a501280a@phx.gbl...
Hi

did you try right click on taskbar by mouse?

JayC
>-----Original Message-----
>Hi
>Thank you, I'll try that....have checked SIP (LargeKB)
might have the
>"ALT....unfortunately it doesn't..
>
>Regards
>
>
>"K. S. Huang" <ks_huang@alphanetworks.com.remove.this>
wrote in message
>news:e5bVhRTWEHA.3512@TK2MSFTNGP12.phx.gbl...
>> I think you may need to modify the source code of the
HPC shell.
>> at about line 5377...
>> case VK_DELETE:
>> case VK_BACK:
>> if (GetKeyState(VK_CONTROL) &&
>GetKeyState(VK_MENU))
>> {
>> if(TaskMan_GetWindow()) {
>> SetForegroundWindow
(TaskMan_GetWindow());
>> ShowWindow
(TaskMan_GetWindow(),
>> SW_SHOWNORMAL);
>> }
>> }
>> break;
>>
>> you could remove the GetKeyState(VK_MENU) to enable
you to use the Small
>SIP
>> to bringup the Taksman DialogBox.
>> BTW, according to my memorize, another SIP (LargeKB)
might have the "ALT"
>> key on it.
>>
>> "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
>> :cbc4kk$rpi$1$8300dec7@news.demon.co.uk...
>> > Hi
>> > Thank you for the reply...O.k next question is that
our hardware
>keyboard
>> > doesn't have a ctrl key....The software input panel
I am using is
>standard
>> > and has most keys, the only key I can't see on it is
an 'alt' key.
>> >
>> > Can someone please help
>> >
>> >
>> > "K. S. Huang"
<ks_huang@alphanetworks.com.remove.this> wrote in message
>> > news:e1FxnpSWEHA.3988@tk2msftngp13.phx.gbl...
>> > > WinCE 4.2 do have the Taskman
>> > > you can user Ctrl+Alt+DL to bring up the taskman
dialog box
>> > >
>> > >
>> > > "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
>> > > :cbbkv2$8t3$1$8300dec7@news.demon.co.uk...
>> > > > Hi
>> > > > We have had an app writer in who develops for
pocket pc devices and
>> was
>> > > > quite disappointed that our device didn't have a
task manager.
>> > > > Is there a task manager or equivalent in windows
ce .net 4.2, that
>> > allows
>> > > us
>> > > > to see apps runing and killing hung apps like in
PPC2003.
>> > > >
>> > > > Regards
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>
>.
>



Re: Task Manager wince.net 4.2 by Tweeeek

Tweeeek
Thu Jun 24 05:11:06 CDT 2004

Hi
Just one other problem the task manager runs only once...if I close a task
manager, it then never pops up again. I find I must cold boot for it to
work again
the plot thickens...

"Tweeeek" <Tariq.Mahmood@nospam.com> wrote in message
news:cbe8e8$g6$1$8302bc10@news.demon.co.uk...
> Thank you for the info modified the code and removed GetKeyState(VK_MENU),
> the task manager now pops up when I select 'Ctrl and del'
>
> Regards
>
> <anonymous@discussions.microsoft.com> wrote in message
> news:20b5101c4598e$0b244150$a501280a@phx.gbl...
> Hi
>
> did you try right click on taskbar by mouse?
>
> JayC
> >-----Original Message-----
> >Hi
> >Thank you, I'll try that....have checked SIP (LargeKB)
> might have the
> >"ALT....unfortunately it doesn't..
> >
> >Regards
> >
> >
> >"K. S. Huang" <ks_huang@alphanetworks.com.remove.this>
> wrote in message
> >news:e5bVhRTWEHA.3512@TK2MSFTNGP12.phx.gbl...
> >> I think you may need to modify the source code of the
> HPC shell.
> >> at about line 5377...
> >> case VK_DELETE:
> >> case VK_BACK:
> >> if (GetKeyState(VK_CONTROL) &&
> >GetKeyState(VK_MENU))
> >> {
> >> if(TaskMan_GetWindow()) {
> >> SetForegroundWindow
> (TaskMan_GetWindow());
> >> ShowWindow
> (TaskMan_GetWindow(),
> >> SW_SHOWNORMAL);
> >> }
> >> }
> >> break;
> >>
> >> you could remove the GetKeyState(VK_MENU) to enable
> you to use the Small
> >SIP
> >> to bringup the Taksman DialogBox.
> >> BTW, according to my memorize, another SIP (LargeKB)
> might have the "ALT"
> >> key on it.
> >>
> >> "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
> >> :cbc4kk$rpi$1$8300dec7@news.demon.co.uk...
> >> > Hi
> >> > Thank you for the reply...O.k next question is that
> our hardware
> >keyboard
> >> > doesn't have a ctrl key....The software input panel
> I am using is
> >standard
> >> > and has most keys, the only key I can't see on it is
> an 'alt' key.
> >> >
> >> > Can someone please help
> >> >
> >> >
> >> > "K. S. Huang"
> <ks_huang@alphanetworks.com.remove.this> wrote in message
> >> > news:e1FxnpSWEHA.3988@tk2msftngp13.phx.gbl...
> >> > > WinCE 4.2 do have the Taskman
> >> > > you can user Ctrl+Alt+DL to bring up the taskman
> dialog box
> >> > >
> >> > >
> >> > > "Tweeeek" <Tariq.Mahmood@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
> >> > > :cbbkv2$8t3$1$8300dec7@news.demon.co.uk...
> >> > > > Hi
> >> > > > We have had an app writer in who develops for
> pocket pc devices and
> >> was
> >> > > > quite disappointed that our device didn't have a
> task manager.
> >> > > > Is there a task manager or equivalent in windows
> ce .net 4.2, that
> >> > allows
> >> > > us
> >> > > > to see apps runing and killing hung apps like in
> PPC2003.
> >> > > >
> >> > > > Regards
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >
> >
> >.
> >
>
>