Results 1 to 2 of 2

Thread: Tab Control

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    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

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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
  •  



Click Here to Expand Forum to Full Width