Hi,

I need to get a CComboBox and a CButton by one ID. So I want to put them together in one class derived from CWnd.
I did that with two buttons, no problem create the class with Create(_T("BUTTON"),...
But now I need button and combo!

How can I do that?

Thanks

Michael