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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a combobox un-editable

Status
Not open for further replies.

TeSSeO

Programmer
Feb 18, 2002
14
0
0
ES
Hi there,

I´ve got this combobox with 3 items in the list and I just want one of those 3 items can be selected. But whenever I run my app, I can write into my combobox, and I don´t want to allow the user to write new values.

I guess it might be a property of the combo or something like that, but I can´t sort it out...

Anyone can help?

Thnks a lot,
Tss.
 
Hello Tss,


Set DropDownStyle in the property window to DropDownList

HTH,


Jan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top