thank you.
combobox would have been ok except I don't' want people to enter arbitrary
text
I tried using droplistbox with height adjusted by focus events. Functionally
OK but visually is less than desirable. The display text is not the
selected item.
[quoted text, click to view] "Kerry Moorman" <KerryMoorman@discussions.microsoft.com> wrote in message
news:FD294495-FA60-4FF1-9976-2B2C013B024B@microsoft.com...
> GS,
>
> Perhaps you are thinking of the combobox with its DropDownStyle property,
> which can be set to DropDownList?
>
> Kerry Moorman
>
>
> "GS" wrote:
>
>> in visual studio 2005 express VB I found mention of drop style for
>> listbox
>> but so far my searches came up empty as to how and what they are.
>>
>> I was to set height and I figure I can probably do something with setting
>> height during the focus events to simulate drop down list
>>
>> However if there are drop down list style or dropdown list then it would
>> be
>> better for to use them.
>>
>>
>>