PDA

Click to See Complete Forum and Search --> : tab with the pad in a form


egomezpe
Feb 27th, 2007, 03:15 AM
hi, I have a pocketpc application wich has a form with two combobox.

If in a combobox I push the d-pad of the pocketpc, the element of the combobox changes

how can I select the next combobox with the d-pad?

thanks

Strider
Feb 27th, 2007, 02:16 PM
you will need to use the keydown event of the combobox... then do an if on the e.Key to check select which value you want to put focus on....

egomezpe
Feb 27th, 2007, 04:11 PM
ok, thanks

it works