|
-
Oct 10th, 2000, 09:25 AM
#1
Thread Starter
Addicted Member
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?
-
Oct 10th, 2000, 09:55 AM
#2
Member
Sheridan Software's VBAssist 5 does what you want.
Have a look at http://www.shersoft.com
-
Oct 10th, 2000, 09:56 AM
#3
Frenzied Member
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."
-
Oct 10th, 2000, 09:56 AM
#4
_______
<?>
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
-
Oct 10th, 2000, 10:10 AM
#5
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
-
Oct 26th, 2024, 10:40 AM
#6
Member
Re: tab order: easiest way to change TabIndex?
 Originally Posted by MartinLiss
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.
-
Oct 26th, 2024, 11:06 AM
#7
Re: tab order: easiest way to change TabIndex?
I've never answered a 24 year old thread before, but your best bet is to invest in the VB6 version of MZ-Tools which can be downloaded from here.https://www.mztools.com/v8/download_trial.aspx
-
Oct 26th, 2024, 12:35 PM
#8
Re: tab order: easiest way to change TabIndex?
I should have mentioned that MZ-Tools has a tab order assistant plus much more.
-
Oct 27th, 2024, 06:24 PM
#9
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.
-
Oct 27th, 2024, 06:28 PM
#10
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.
-
Oct 27th, 2024, 06:31 PM
#11
Re: tab order: easiest way to change TabIndex?
 Originally Posted by MartinLiss
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|