Hello,
I've written a dialog based app which has comboboxes. In my RC file it is
defined as
COMBOBOX IDC_WSCBOW,168,100,72,12,CBS_DROPDOWNLIST | WS_VSCROLL |
WS_TABSTOP
and I use CComboBox type as mapped variable. The dialog runs ok on XP, but
in 98, the dropdown list is not drawn. Any ideas to get around this
problem? I've tried the SetItemHeight() but in vain.
TIA,
Arthur