How do I make a ComboBox Read-Only?
May 2, 1997
Author: Embarcadero USA
Question and Answer Database
FAQ971C.txt How do I make a ComboBox Read-Only?
Category :VCL
Platform :All
Product :C++Builder 1.x
Question:
How do I make a ComboBox Read-Only?
Answer:
The same effect can be achieved by changing
the style to csDropDownList.
7/2/98 10:32:32 AM
Next, learn about how you can convert int to char C++ in this…