Windows CE controls do not accept tabs

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi,

I done a form with some textbox in it.
Why I canno pass from a textbox to another one using the tab key?

(the device has a keyboard)

Thanks!
 
If you apply Compact Framework SP2 it will work.

Remember that the tab-order is the z-order of the controls, i.e. the order
the controls are added to the form.

If you have a form with extensive amount of controls you may wanna create
your own tabbing functionality.

/ Peter
 
Peter B ha scritto:
If you apply Compact Framework SP2 it will work.

Remember that the tab-order is the z-order of the controls, i.e. the order
the controls are added to the form.

Thanks it works :)
If you have a form with extensive amount of controls you may wanna create
your own tabbing functionality.

And what about using F-keys and adding shortcur to menu-items?

Thanks again!
 
Back
Top