A select box

  • Thread starter Thread starter Cameron
  • Start date Start date
C

Cameron

I am a web designer/programmer who is attempting to hammer out a little
windows application. I can not figure out what is the equivilenet of a
select box. The combobox looks right but you can type in it like a
textbox. The listbox/listview don't look right and have scrollies
instead of a drop down.

I am looking for a widget that is a drop down. Will auto scroll to right
spot as you type and can display a different value from what it submits.

I have had no luck Googling, (I am guessing because I really don't know
what I am looking for).

Any and all help would eb appriciated.

-Cam
 
Cameron said:
I am a web designer/programmer who is attempting to hammer out a little
windows application. I can not figure out what is the equivilenet of a
select box. The combobox looks right but you can type in it like a
textbox. The listbox/listview don't look right and have scrollies
instead of a drop down.

Use a combobox with 'DropDownStyle' set to 'DropDownList'.
 
Back
Top