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
Printable View
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
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....
ok, thanks
it works