|
-
August 16th, 1999, 12:57 AM
#1
Create a ActiveX Control
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
-
August 16th, 1999, 01:33 AM
#2
Re: Create a ActiveX Control
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
-
October 5th, 1999, 03:00 AM
#3
Re: Create a ActiveX Control
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|