|
-
November 10th, 2003, 09:53 AM
#1
Senior Member
TAB Menu in VB6...
Hi all, I have some Question about the TAB Menu in VB6... I dont really know hoe to create it..... so, if someone know where i can get this information, pr u can show me the simple way.... example Menu using Tab in System Properties interface in PC, we can have multiple interface in one form.....
thanks....
-
November 10th, 2003, 04:14 PM
#2
Every objet you created in VB6 (TestBox, Label, ListBox) has a propriete name TabIndex. If you have 3 textbox with propriete TabIndex 1, 2 and 3, the program will focus the textbox with tabindex who have value 1. If you press tab, it'll go the next value who is 2 then 3 then loop back to 1.
Hope it help!
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
|
|