From: Stephan Mayer on
Hi,

someone know, how I can disable the Windows Mobile 5 Shortcuts (for
example F6 Volume up -F7 Volume Down)?

I will use this Keys for my Applikation, but no KeyDown Event is
created. Other FX keys (F3, F4, etc.) works good.

Regards

Stephan
From: Yaroslav Goncharov on
Try RegisterHotKey

--
Yaroslav Goncharov
Pocket PC Developer Network coordinator, http://pocketpcdn.com
Spb Software House, http://spbsoftwarehouse.com


"Stephan Mayer" <stephanmayer34(a)gmx.net> wrote in message
news:u%23eFNACVIHA.1208(a)TK2MSFTNGP05.phx.gbl...
> Hi,
>
> someone know, how I can disable the Windows Mobile 5 Shortcuts (for
> example F6 Volume up -F7 Volume Down)?
>
> I will use this Keys for my Applikation, but no KeyDown Event is created.
> Other FX keys (F3, F4, etc.) works good.
>
> Regards
>
> Stephan


From: Stephan Mayer on
Hello Yaroslav,

Yaroslav Goncharov schrieb:
> Try RegisterHotKey
>
Do you have an example Code. The Hotkey is alway registered. I need to
deregister him. It exists an UnregisterHotKey function. But there i must
know the Windowhandle.

I think there musst be a possibility to turn of this feature in the
registry, or not?

Regards

Stephan

From: Yaroslav Goncharov on
Try to register the key for your application/windows to override system
processing. I don't think you can just unhook the system handler.

--
Yaroslav Goncharov
Pocket PC Developer Network coordinator, http://pocketpcdn.com
Spb Software House, http://spbsoftwarehouse.com


"Stephan Mayer" <stephanmayer34(a)gmx.net> wrote in message
news:%23tnxlUFVIHA.1164(a)TK2MSFTNGP02.phx.gbl...
> Hello Yaroslav,
>
> Yaroslav Goncharov schrieb:
>> Try RegisterHotKey
>>
> Do you have an example Code. The Hotkey is alway registered. I need to
> deregister him. It exists an UnregisterHotKey function. But there i must
> know the Windowhandle.
>
> I think there musst be a possibility to turn of this feature in the
> registry, or not?
>
> Regards
>
> Stephan
>