CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    Problems with save file (serialize)!

    Hello all,
    My problem is that:
    I open a new document and work with it.
    then I save it.
    then i change it (continue working with it...)
    then i want to save it, so i press at the 'save file' but nothing happend!
    this operation DOES NOT call the serialize function (of CDocument) as it should be!
    why?
    thanks,
    Lesner.


  2. #2
    Join Date
    Sep 1999
    Posts
    3

    Re: Problems with save file (serialize)!

    Did you call the CDocument::SetModifiedFlag function after changing your document?


  3. #3

    Re: Problems with save file (serialize)!

    Yes i called the SetModifiedFlag() !


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