CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: How Do I Still Use Document/View Architecture for This Application?

    Quote Originally Posted by sunnysky View Post
    Thanks Victor. So this way still comply with the Document/View architecture. From MSDN, http://msdn.microsoft.com/en-us/libr...v=vs.100).aspx I also found "Override this function if you want to use something other than the archive mechanism or the file mechanism."

    Is it a good practice to call CDocument::OnOpenDocument() at the beginning of the new OnOpenDocument() function?
    Sounds like you need to step through the MFC code and get a better understanding of how it all works.

  2. #17
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: How Do I Still Use Document/View Architecture for This Application?

    Quote Originally Posted by GCDEF View Post
    Sounds like you need to step through the MFC code and get a better understanding of how it all works.
    Agree!
    Victor Nijegorodov

Page 2 of 2 FirstFirst 12

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