|
Prev: How do I write html tag that wil play a video wmv on mobile ie ?
Next: Disable Shortcuts (Function Keys F1...) on WM 5.0
From: Lisa Pearlson on 11 Jan 2008 00:06 Hi, I use GxOpenInput to capture all hardware keys. However, I wish to allow VK_TVOLUMEUP and VK_VOLUMEDOWN to pass through to the shell (but none of the other buttons). How do I do this? I must I call SetVolume API myself? And while I'm doing this ... switch (nVirtualKey) { case VK_TVOLUMEUP: case VK_TVOLUMEDOWN: MessageBeep(IDOK); } ... the device beeps when I press the "OK" (VK_ENTER ?) button on the device as well. Why? Lisa |