Textbox controls have the nice read only feature. When you set the ReadOnly prop...
Text
box controls have the nice read only feature. When you set the ReadOnly property of a Text
box to true, you can t edit the text in the Text
box anymore. The user can still select the text and copy it to another place. The background of the Text
box is painted gray so the user has a visual indicatio...
ComboBox
Visual C++