The flags ES_AUTOHSCROLL doesn't make my ComboBox be able to scroll to the right. And the cmpiler says that there is no such thing as WC_AUTOHSCROLL or WC_HSCROLL.
What do I do?
Thanks, August.
This is a discussion on AUTOHSCROLL doesn't work on WC. (Help!) within the Windows Programming forums, part of the Platform Specific Boards category; The flags ES_AUTOHSCROLL doesn't make my ComboBox be able to scroll to the right. And the cmpiler says that there ...
The flags ES_AUTOHSCROLL doesn't make my ComboBox be able to scroll to the right. And the cmpiler says that there is no such thing as WC_AUTOHSCROLL or WC_HSCROLL.
What do I do?
Thanks, August.
ES = Edit Control Style. A Combo Box is not an Edit.
WC = Window Class
WS = Window Style
Window Styles
I already tried using the following:
WS_AUTOHSCROLL
WS_HSCROLL
ES_AUTOHSCROLL
ES_HSCROLL
WC_AUTOHSCROLL
WC_HSCROLL
What is the flag for a ComboBox? CB?
Combo Box Styles
Try the first one.