Is it possible to have a comboBox set to "Readonly" as you can have for a TextBox in VC++ 2008 .NET. I have looked at every properties for the comboBox and I cant find anything like this.

Recommended Answers

All 2 Replies

Set the DropDownStyle to DropDownList.

Yes, that was the trick... thank you...

Set the DropDownStyle to DropDownList.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.