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

Help

I'm trying to find out how to set a combo box (style 2) to the first element
in its list. I presume it has something to do with listindex but I can't
find out how to do it, does anyone know how to do this.

Thanks in advance
Bevan



Tue, 24 Dec 2002 03:00:00 GMT  
 Newbie: Set a combo box style(2)/Dropdown list to the first element in the list
If Combo1.Listcount >= 0 then
    Combo1.Listcount = 0
end if


Quote:
> Help

> I'm trying to find out how to set a combo box (style 2) to the first
element
> in its list. I presume it has something to do with listindex but I can't
> find out how to do it, does anyone know how to do this.

> Thanks in advance
> Bevan



Wed, 25 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

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

3. COMBO BOX, STYLE : DROPDOWN LIST

4. Locked Combo Box BUG (Dropdown List Style)

5. Newbie: How to set txt box to be visible, with option from combo list

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

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

8. How to list macro names in a combo box or a list box

9. Default value for dropdown combo list box?

10. Combo Box - no2 dropdown list problem

11. Combo Box dropdown list

12. Combo Box / Dropdown list

 

 
Powered by phpBB® Forum Software