Shaolin Hu wrote:
> 
> You can capture the the Hotsync button with the keyDown event.
> the key code is hardCradleChr (0x0209) or hardCradle2Chr (0x020A).
> You have to capture it in your AppStart procedure before the SysHandleEvent
> otherwise it will cature the event before you.
> 
   If you're going to do it this way you should probably also check
that the modifiers member of the keyDown event has the commandKeyMask
bit set.

Regards,
Daniel.



Reply via email to