Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i do set combobox entry keyboard down key sequence?
Message
De
15/03/2011 05:19:08
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
How can i do set combobox entry keyboard down key sequence?
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01503687
Message ID:
01503687
Vues:
86
HI all,
i have a special problem ...... i have combobox no use databindings then store the value is name
One
Two
Thre
Four
Five

And i have textbox use databindings then use sql connect the combobox display the code
CmboStkname.Items.Insert(0, "One")
CmboStkname.Items.Insert(1, "Two")
CmboStkname.Items.Insert(2, "Three")
CmboStkname.Items.Insert(3, "Four")
CmboStkname.Items.Insert(4, "Five")
I add the first record, then i entry the keyboard down key...... so the combostkname show One is ok
After i add the second record, my combobox.text is empty.....then i also entry the keyboard down key........
it display Two, should show One.......
And After i add the third record, my combobox.text is empty ......then i also entry the keyboard down key.............
it display Three , should show One

I want to combox entry keyboard down must display One ............ how can i do, thx ?
Anyone know this what problem ?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform