CComboBoxEx and LimitText
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Anyone know how I can allow the user to enter a string wider than the edit portion of the CComboBoxEx? I've tried LimitText which works if I set it to a low number like 5. However, if I set it to a high number like 1024 or even 50 it doesn't take. I saw the comment in the MSDN about having to set the style to CBS_AUTOHSCROLL and tried that but still haven't gotten any luck. TIA, Dave Saulnier CADKEY Corporation