CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Posts
    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




  2. #2
    Join Date
    Jul 1999
    Location
    Pasadena, CA - USA
    Posts
    351

    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

  3. #3
    Join Date
    Oct 1999
    Location
    Moscow, Russia
    Posts
    8

    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
  •  





Click Here to Expand Forum to Full Width

Featured