Results 1 to 11 of 11

Thread: tab order: easiest way to change TabIndex?

  1. #1

    Thread Starter
    Addicted Member c@lle's Avatar
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    179
    Hello,
    I want an easy way to change the tab-order of the fields on my form. Now I have to click on every field and change the 'TabIndex' property

    I think I remember something about a 'tabindex editor' (a number is set in the corner of the fields).

    Where can I find this, if it still exists?

  2. #2
    Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    53
    Sheridan Software's VBAssist 5 does what you want.

    Have a look at http://www.shersoft.com

  3. #3
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    I've heard of this too but I can't remember you wrote it - take a look on http://www.ComponentSource.com - you should find something there...

    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    setting them manually you can work your way from the last to the first and set them all to 0. Vb will keep adjusting as you go so the last 0 will actually be zero and the rest will be 0 + 1 etc.

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  5. #5

  6. #6
    Member
    Join Date
    Jul 2015
    Location
    England
    Posts
    46

    Re: tab order: easiest way to change TabIndex?

    Quote Originally Posted by MartinLiss View Post
    If you have Visual Studio 6 (perhaps also earlier versions) there is a very nice taborder add-in in x:\Program Files\Microsoft Visual Studio\MSDN98\98VSa\1033\Samples\VB98\Taborder
    I've found the taborder.vbp, compiled it, copied the dll to windows\system32 amd registered it. All ok. In VB6 I go to Add-Ins\Add In Manager and it appears as Tab Order Sample Addin. I checked the boxes Loaded / Unloaded, Load on Startup. I restarted VB6 and threw a few controls on a blank form. Now, how do I actually USE the tab order tool? I canot find any documentation for it.

  7. #7

  8. #8

  9. #9
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,540

    Re: tab order: easiest way to change TabIndex?

    For example, you read the names of these text boxes into the database.
    Then run sql can be used to sort him to the first item, the last item forward and backward, or insert him to any position in the middle.

    Then use the plug-in to modify the current order of each one.

    Or put it in the list box control and move it up and down. Drag it in order.

  10. #10
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,540

    Re: tab order: easiest way to change TabIndex?

    The most difficult thing in the world is that each modification zorder position, and its three-dimensional upper and lower layer relationship.
    Zorder attribute

    There is no room for great changes, but also how to modify the relationship between its upper and lower levels. For example, the simplest way is to set it to the top first, and then set other spaces to the top, which is a clumsy way to operate.

  11. #11
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,540

    Re: tab order: easiest way to change TabIndex?

    Quote Originally Posted by MartinLiss View Post
    I should have mentioned that MZ-Tools has a tab order assistant plus much more.
    Why are there so many examples of you in your notes below? But I wrote a lot of source code. Every time I send a message, I can't see my previous example of these lines of code. Here we go.

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