Hi,
I'm using MFC, and I need to make the combo box drop down list to be draw up - above the contro, instead of below it.
Does anyone know how to make this happen?
Yes, I know - but I still need it... Windows cannot know that it drops down on something that the user needs to see and use at that moment... And I'm trying to find a way rather then implementing my own drop window.
Yes, I know - but I still need it... Windows cannot know that it drops down on something that the user needs to see and use at that moment...
Then you have to find some other place for your combo. Or change the selection control to something else, as the standard combo is not able to do what you want.
subclass the listbox that's being created, and move if to where you want. You could even have it anywhere on the screen (although that won't be handy )
You can use GetComboBoxInfo to get the handle of the listbox.
Bookmarks