CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2003
    Posts
    938

    Diffrent Types of View in MDI

    Hey.

    I was looking for a good way to add different types of view/documents to an MDI application. So have a ScrollView, simple View , FormView all living in a single MDI. I've never seen something like this done before, so i am wondering if anyone had any experience in this? I am doing some research right now and post an answer if i find a good solution to this.

    Regards

  2. #2
    Join Date
    Feb 2009
    Location
    India
    Posts
    444

    Smile Re: Diffrent Types of View in MDI

    You should look at CDocTemplate::AddDocument and CDocument::AddView.

  3. #3
    Join Date
    Aug 2003
    Posts
    938

    Re: Diffrent Types of View in MDI

    Crap, yep you are right.

    Posted this prematurely, MSDN solved all the problems nicely

    Thx alot

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