Hi,
I am developing application on windows CE.
I have a h/w which has 4 keys
I have given functionality on UP(VK_UP), down(VK_DOWN), menu
(OEM_SPECIFIC) and select(VK_SELECT) on these keys.
Now I want to write a application to demonstrate them.
For that I have written small program which has a Dialogue with 3
buttons.
and I switch between them using up, down keys.
But when focus is on the button I want to use VK_SELECT and select the
current button and do some action. But active button does not handle
this event. In fact I only get VK_SPACE event on the active button.
But I want to write code on VK_SELECT event.
Can anyone please tell me how to get VK_SELECT event when focus is on
button and that button is your active window.