Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Uneditable combo box?

Status
Not open for further replies.

dduva

Programmer
May 16, 2001
38
US
Is it possible to have a combo drop down box which the user cannot type into and only select the available items in the list?

Should I use a list box for this purpose? I only have room for one line so I would need the list box to be scrollable by one line at a time. Is this possible?

Thanks,

Devin
 
Hi Devin,

Set the Style property of the listbox = 2 (dropdown listbox).

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top