VB .NET / ComboBox
Fermé
RicHamilton
Messages postés
49
Date d'inscription
jeudi 10 mars 2005
Statut
Membre
Dernière intervention
18 juillet 2006
-
2 févr. 2006 à 16:32
TOOoMax - 18 nov. 2008 à 00:03
TOOoMax - 18 nov. 2008 à 00:03
A voir également:
- VB .NET / ComboBox
- Vb - Télécharger - Langages
- Paint net - Télécharger - Dessin & Illustration
- Net framework 4.0 - Télécharger - Divers Utilitaires
- Vb cable - Télécharger - Audio & Musique
- Microsoft .net framework 2.0 - Télécharger - Divers Utilitaires
1 réponse
Salut,
Réponse un peu tardive, mais bon .... ca pourra aider quelqu'un d'autre peu-etre.
Tout simplement:
Private Sub ComboBox1 _SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
TextBox1.Text = ComboBox1.SelectedItem
End Sub
Voila voila.
Réponse un peu tardive, mais bon .... ca pourra aider quelqu'un d'autre peu-etre.
Tout simplement:
Private Sub ComboBox1 _SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
TextBox1.Text = ComboBox1.SelectedItem
End Sub
Voila voila.
18 nov. 2008 à 00:03