Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tab Index
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00414714
Message ID:
00414716
Vues:
14
>I have a form with a SSTab control and am having trouble getting the tabbing to work properly.
>
>I set the TabIndex for all the controls on all the pages. But it only goes in that order. If they tab through all the controls on the first tab and the next control in the tab order is on a different tab, the tabs don't switch, so the cursor just disappears.
>
>Do you have to switch the tabindex around programatticaly when focus leave the last control on a tab?

This is one major weakness of this control.

You have to build your own turnaround to this. One way of doing it is to place dummy picture controls (setting it's border to none so that user won't see it) at the top and at the bottom of each tab and use there GotFocus event to switch to the first (or last) control of the other tab.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform