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 to call a doc/view architecture from an activex



    I'm trying to load a SDI architecture from an activeX. I created a CSingleDocTemplate object in the InitInstance() of my COleControlModule object.


    In a method of my control, I called OpenDocumentFile on the DocTemplate and then InitialUpdateFrame. It seems to work fine until I exit IE4.... the DocManager and others stuffs don't seem to be destroyed.


    How can I do it properly ??????



  2. #2
    Guest

    Re: How to call a doc/view architecture from an activex

    Hi,

    The article "Designing ActiveX Components with the MFC Document/View Model" in April 97 Microsoft Interactive Developer might be of help to you.

    http://www.microsoft.com/mind/backissuestop.htm


    -Rama.


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