How can I get the HWND for the ListBox portion of a ComboBox?
Printable View
How can I get the HWND for the ListBox portion of a ComboBox?
Mr. Gates answer to this post also applies to yours.
http://forums.vb-world.net/showthrea...hreadid=109404
It would if the listbox portion was a child window of the combobox, but its not.Quote:
Mr. Gates answer to this post also applies to yours.
Or atleast thats what I would guess because when using EnumChildWindows()... the listbox isn't enumerated.