CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    How can I create ActiveX controls dynamically?



    I am trying to create ActiveX controls from within an application without using the wrapper classes. When I get hold of the Interface pointer for the control, how can I convert it into a CWnd pointer (as the wrapper classes do) to place the control on a dialog box.

    Has anyone got any sample code which can do this?


    Thanks.

  2. #2
    Join Date
    Mar 1999
    Posts
    6

    Re: How can I create ActiveX controls dynamically?





    George Shepherd und Scot Wingo have described the protocol between a container (dialog) and an ActiveX-control in the Microsoft System Journal (March/April '99)

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