Capture Ctrl-Q power shortcut

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

As per PocketPC guidelines, no application should have the obvious ability
to close - instead the power shortcut Ctrl-Q should be used. Evb apps
seemed to capture this by default (possibly it's onl good side) but .net
does not. Anyone suggest any reliable methods for doing this?

Thanks
 
Hi Paul,

Can you direct me to the guideline to which you are referring? There is no
"default" way to handle this event that I am aware of and I am not familiar
with this requirement. You can always use a KeyDown event to capture the
input manually.

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Ah, now I see - in order to be "Built for PocketPC" compliant. Well, the
answer is still that you will have to capture it in code since there is no
default method for doing this. This is listed as a recommended
implementation and not required though so I guess it is up to you if you
want to implement it.

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top