How do you code the ComboBoxEx Control as read-only?
I tried the following code, but it doesn't work:
CEdit* pCombo = (CEdit*)GetDlgItem(IDC_XXX); // XXX is the name of your ComboBoxEx Ctrl
pCombo->SetReadOnly();
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |