1. ... my good grief, not this again -- combobox problem.
- Posted by wolfgang fritz <wolfritz at king.igs.net> Aug 13, 2000
- 689 views
- Last edited Aug 14, 2000
------=_NextPart_000_01C00561.958EBC60
This might offer some clues, but only if you change the SortedCombo
attributes to:
or_all( { WS_CHILD,
WS_VISIBLE,
WS_VSCROLL,
CBS_DISABLENOSCROLL,
CBS_DROPDOWN,
CBS_HASSTRINGS,
CBS_SORT,
WS_TABSTOP} )
... but alas, I know next to nothing about subclassing, etc...
Wolf
------=_NextPart_000_01C00561.958EBC60

