5 pts.
 Help !! 3 Combobox!!!
hi, i'm new in VB.Net i'm creater 3 combobox in Microsoft Visual Studio .NET(Code VB), now i want combobox 2 or combobox 3 change when i choose combobox 1. 3 combobox must have diffirent value combobox 1(1,2,3) combobox 2(1,2,3) combobox 3(1,2,3) Thank for help.

Software/Hardware used:
ASKED: April 24, 2009  10:26 AM
UPDATED: April 24, 2009  1:56 PM

Answer Wiki:
Example: <pre> Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged ComboBox2.SelectedItem = "ddd" ComboBox3.SelectedItem = "eee" End Sub </pre>
Last Wiki Answer Submitted:  April 24, 2009  12:16 pm  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _