
ComboBox with Style set as DropDown List: Problem.
Quote:
>Subject: Re: ComboBox with Style set as DropDown List: Problem.
>Date: 6 Mar 1995 16:22:54 GMT
>>When you set the .Style property for a ComboBox to 2-DropDown List, the .Text
>>property becomes read-only. Is there any way to manipulate the Text area of
>>the Combo Box without the user physically selecting an item from the Combo
>>Box's list?. Say for example, I wanted to start one of the items off as a
>>default. Thanks.
>If the default item was #3, you'd say ComboBox.Listindex = 3.
You mean 2. The list is zero based.
------------------------------------------------------------------------
Chuck Stuart - Mesquite TX USA
VBTrace 2.00 is a runtime Procedure Trace/XReference/Debug/Profiler and
much more tool for VB and is now in beta. Download beta version 2.00.12
from ftp.apexsc.com/pub/cgvb/visitor.
------------------------------------------------------------------------