Click to See Complete Forum and Search --> : Create a ActiveX Control


Henry Chang
August 16th, 1999, 12:57 AM
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

Paul Belikian
August 16th, 1999, 01:33 AM
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/download/support/mslfiles/Dlgx.exe



Regards,

Paul Belikian

VicMak
October 5th, 1999, 03:00 AM
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.