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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

tab order 1
Add/Subtract columns from tab to tab in same file 3
Bug with Tab Order 1
Tab Order 2
How do you disable daylight savings auto-adjustment in WinCE? 1
SerialPort IOException 1
Memory leak 1
Tab key 2

Back
Top