Hi,

I have an MFC Dialog based application with comboboxes.

I need to change the drop height of the combo box plus the type (Simple, Drop Down, etc) in code.

ModifyStyle() doesn't seem to be working on changing the type from CBS_SIMPLE to CBS_DROPDOWN and vice versa, and there does not seem to be a function to change the drop height.

How can I do this??

Thanks
Jim