IsInputKey- not available

D

dixit

hi all,

i am new to net cf. I have done a simple ui using .net full framework.
In that, in order to get
keypress event for some special keys like arrow, tab, space etc.. i
have
overridden IsInputKey() for button, radiobutton, checkbox and for some
other controls, and it is working fine...

But now i need to move my ui to .net compact framework, but i see there
is no IsInputKey()
method available for the controls to override...what am i suppose to do
now? is there any
workaround??

thanks in advance,
Dixit
 
D

davewilliamson55555

dixit,

Check the KeyDown event for the keycode being pressed and see if it
will trap all the keycodes you want.
 
D

dixit

dixit,

Check the KeyDown event for the keycode being pressed and see if it
will trap all the keycodes you want.

thanks for the reply, i have checked it using the emulator, but i dont
get events
for radiobuttons, rest of the controls are fine.

Dixit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top