CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2004
    Location
    Heidelberg, Germany
    Posts
    121

    MDI App with Plugins

    Hi
    I want to write a mdi app where you basically can add new Document Templates (View and Doc) through a plugin. I found several similar examples on the net BUT in the examples they always create a new MainFrame (with new Menus and so on). What I want is the look (and behavior) of an regular MDI App (like menus change / toolbars...)
    How can I do this in generall (or in detail)?

  2. #2
    Join Date
    May 1999
    Location
    West Sussex, England
    Posts
    1,939

    Re: MDI App with Plugins

    If you look at my article http://www.codeproject.com/library/piarchitecture.asp which covers an MFC plug-in architecture which allows additional doc templates etc. It also comes with some pre-designed plug-ins which you can use as well.
    Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
    Please remember to rate useful answers. It lets us know when a question has been answered.

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