combobox dropdown style.
hello.
[u][u]General description:</u></u>
I have windows application in vs 2003.
i have a win form that contains 4 combobox with DropDown style :
the user can choose an item by clicking (mouse),or by typing a value (keyboard).
when the user types a value - i need to set values to the other comboboxs.
[u]My problem :</u>
when the user selects value by clicking , i'm using the "SelectionChangeCommitted" event to set values to the other combobox
BUT
when the user types values - i can't find the event to set value to the other combobox.
I tried to use the "Leave" event but sometimes the SelectedValue is empty (and it also depends if user types when the list is opened or closed ).
[u]My Question:</u>
Please help : which event should i use to ask about the SelectedVaue so i can set values to the other comboboxs?
Thanks in advance.
|