Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use Tabcontrol set the focus?
Message
De
11/01/2011 13:07:52
 
 
À
11/01/2011 03:18:00
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Divers
Thread ID:
01495582
Message ID:
01495721
Vues:
40
> HI ALL,
> i have a tabcontrol called TabControl1 , it include the 2 page ,called TabPage1, TabPage2...
>In TabPage1, i have a button . Form load after,will dislay the TabPage1 first....
>In this time , i want to onclick the button .... and it will auto go to TabPage2 and select the textbox...
>But i can't it , how can i do? thx
>My code
>TabPage2.Focus()
>textbox1.Focus()
Try:
TabControl1.SelectedTab = TabPage2
ActiveControl = textbox1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform