Tab Order

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
 
C

Chris Tacke, eMVP

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
 
T

Tom Libby

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


Top