A select box

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
 
H

Herfried K. Wagner [MVP]

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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top