|
-
Dec 27th, 2004, 02:36 PM
#1
Thread Starter
Addicted Member
Tab Control
hi
i have got a few text boxes whose order of placing is jus lost, n actually have got inverser, which means that when i press Tab the cursor moves to the textbox above it n if i press Alt+Tab then the cursor moves down to the next text box below it, how do i rectify this behavior
-
Dec 27th, 2004, 03:25 PM
#2
Re: Tab Control
You can set the tab order of your controls. One way to do it is to start with the last one, and start assigning 0 to the tabindex property, and then, continue to the second-from-last, and set it to 0. The IDE will then set then correctly for you. (Turn off the TabStop property of controls that you don't want to use by tabbing)
I just reset all of the controls on 23 forms, using MzTools. It has a control that aids you in doing this. Well worth the investment, as it's FREE!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|