ComboBox (Style -> Dropdown List) Change() event 
Author Message
 ComboBox (Style -> Dropdown List) Change() event

Is it possible to generate a Change() event with a dropdown list box? I read
somewhere that the user has to enter text for the Change() event to fire. So
how else could I determine when the user changes the contents of a drop down
list?

Thank you for helping out a beginner.
Derek Kingston
(sorry 'bout the other post, pressed send by accident)



Sun, 07 Jan 2001 03:00:00 GMT  
 ComboBox (Style -> Dropdown List) Change() event

Quote:

>Is it possible to generate a Change() event with a dropdown list box? I
read
>somewhere that the user has to enter text for the Change() event to fire.
So
>how else could I determine when the user changes the contents of a drop
down
>list?

The combo box is a combination of a text box and a list box (hence the
name). The Change event only applies to the text box area of the combo,
which is disabled when the combo is in drop down list mode. You can use the
Click event to track changes in the selected member of the list.

Frank Carr



Sun, 07 Jan 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ComboBox: Style(2 - DropDown List), change value?

2. ComboBox, Dropdown List, Change event (VB4)

3. Combobox (Dropdown List: Style=2)

4. ComboBox with Style set as DropDown List: Problem.

5. Checkmark in Dropdown List Style Combobox

6. ComboBox - Dropdown List Style

7. VB6: ComboBox with .Style Dropdown List not maintaining .ListIndex setting

8. Dynamically creating combobox with Style=2 - Dropdown List?

9. ComboBox - Style 2 - Dropdown List

10. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

11. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

12. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

 

 
Powered by phpBB® Forum Software