Tab Order

  • Thread starter Thread starter Tom Libby
  • Start date Start date
T

Tom Libby

How do I set the tab order for a WinCE application. When I select Tab Order
from the view menu I get a "Specified cast is not valid" error.

Thanks for the help
Tom
 
It's set by the zorder, which is set by the order in which the controls are
added to the form. To modify TabOrder, you have to modify the zorder - this
is simplest to do by just modifying InitializeComponent.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
So I have to fissically move the sections around to get the zorder right. I
do not see a zorder on the textboxes.

I should have mentioned that I am using VS.Net 2003.
 
Back
Top