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
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >
> >
> >.
> >
>
>