I'd like to be able to move the dropdown portion of a combo box. Since I resize the dropdown width by sending the CB_SETDROPPEDWIDTH message to the control, I now need to be able to tell if the dropdown extends the border of my main window. In which case, I want to position the dropdown to the left of the combo. I've tried getting a window handle to it, but to no avail. Any ideas?