I have a program which uses the tab-key - the event doesn't fire. on windows mobile the event fires, on windows CE 4.2 it doesn't. The programm should run on iPAQs.
I was not able to get the KeyPress event when I press the Tab key on a textbox as well. This behavior is consistent with Desktop's. You can handle the KeyUp event on the target control in case you want to do some processing when the tab key is pressed. You may also find Control.LostFocus event useful as well.
Problem Tab-key
Richard0610
it was a text box, and the event fired with the KeyPress
thanks,
stephan
caribou
Which control was in focus when the tab key was pressed Was it a text box or was it a custom control Was the event fired on CE 4.2 the KeyPress event
Cheers,
Anthony Wong [MSFT]
Ikhan
I was not able to get the KeyPress event when I press the Tab key on a textbox as well. This behavior is consistent with Desktop's. You can handle the KeyUp event on the target control in case you want to do some processing when the tab key is pressed. You may also find Control.LostFocus event useful as well.
Cheers,
Anthony Wong [MSFT]