Dear all:
I want to create a control in MFC ,but I want to include other controls.
ex. editBox ,Button..,etc.I want my control looks like a dialog.
How can I do??
ThankS
Printable View
Dear all:
I want to create a control in MFC ,but I want to include other controls.
ex. editBox ,Button..,etc.I want my control looks like a dialog.
How can I do??
ThankS
Hello,
Search for dlgx in the on line help for the instructions to do this.
You can download the example from http://support.microsoft.com/downloa...files/Dlgx.exe
Regards,
Paul Belikian
I've found solution witch works fine for me. I've created resizable dialog (WS_CHILD | WS_CONTROL) and insert it into ActiveX (with style WS_CONTROLPARENT).
Best regards.