The listbox part of a combobox
-
Hi! The listbox attached to a CComboBox is always displayed on top of and nerver clipped by the parent window. Is this possible to accomplish with other controls, like an ordinary CListBox (like IntellSense), and if so, how do you do it? I've tried setting the style WS_EX_TOPMOST, but it doesn't seem to stick on a CListBox control... Thanks There are no facts, only interpretations
-
Hi! The listbox attached to a CComboBox is always displayed on top of and nerver clipped by the parent window. Is this possible to accomplish with other controls, like an ordinary CListBox (like IntellSense), and if so, how do you do it? I've tried setting the style WS_EX_TOPMOST, but it doesn't seem to stick on a CListBox control... Thanks There are no facts, only interpretations
The list box that's part of the combo box has no parent (well, maybe the desktop). It has the style WS_POPUP. Chris Richardson C/C++ Include Finder[^]