|
Posted by news.microsoft.com on August 10, 2006, 6:14 am
Please log in for more thread options
seemed no relation with FULL SCREEN.
only related to no menubar
>I found that if our application running without menu,
> the VK_TBACK and VK_TVOLUMEUP disabled, instead you will
> receive WM_KEYDOWN and WM_KEYDOWN messages.
>
> so the default behaves of these hot key are disabled.
> VK_TBACK easy processed, since i do not want it leave and could
> send backspace message to edit box.
>
> but how to deal with the volume key?
>
> I just wanna know how to forward this message to system to enable normal
> behave like populating a control panel.
>
> thanks in advance.
>
> leo
>
|