I wish to programatically resize a CComboBoxEx object.

Unfortunately, there are very few posts on this issue and none provide a satisfactory solution.

I should note that my requirement is to resize the entire CComboBoxEx object, much as one would resize a CEdit text box, that is displayed in a dialog bar that resizes with CMainFrame::OnSize. If I don't try to resize the CComboBoxEx window, it works just fine. But all of my attempts to resize it have resulted in it blanking out.

Has anyone encountered this problem and come up with a solution?