Re: Combo box edit control 'children'
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Oct 07, 1999
- 424 views
.. OOPS ! .. I should have mentioned that I have re-defined: Combo and SortedCombo in win323lib as follows: classStyle[ Combo ] = or_all( { WS_CHILD, WS_VISIBLE, WS_VSCROLL, CBS_DISABLENOSCROLL, CBS_DROPDOWN, CBS_HASSTRINGS, WS_TABSTOP} ) classStyle[ SortedCombo ] = or_all( { WS_CHILD, WS_VISIBLE, WS_VSCROLL, CBS_DISABLENOSCROLL, CBS_DROPDOWN, CBS_HASSTRINGS, CBS_SORT, WS_TABSTOP} ) ...since the definitions in win32lib ver.43d do not even seem to have an edit control. ( that blinking curser in a box thingie ! ) ...there may be something wrong with my definitions too. Wolf