Hi,
I have a win app with an ultraoptioset: is it possible to change the radio selected using the arrow keys up and down?
Thank you
I found the solution:
in the KeyDown event:
If e.KeyCode = Keys.Up OrElse e.KeyCode = Keys.Down Then myRadio.Value = myRadio.Items(myRadio.FocusedIndex).DataValue