C
Claudia Fong
Hi,
I would like to know if is possible to "know" which is the
comboBox.SelectedIndex without "clicking any button".
I used this
int selectedIndex = comboBox2.SelectedIndex; to get the index, but it
only works if this code is inside a button1_Click.
What I would like to do is when I select an item in the combobox, it
will show me an information for example.
Cheers!
Claudi
I would like to know if is possible to "know" which is the
comboBox.SelectedIndex without "clicking any button".
I used this
int selectedIndex = comboBox2.SelectedIndex; to get the index, but it
only works if this code is inside a button1_Click.
What I would like to do is when I select an item in the combobox, it
will show me an information for example.
Cheers!
Claudi