CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    15

    Close Application Program and save my document

    I want to close all running Windows's Application program and save the document which can be named or unnamed such as WORD document,wordpro document,Notepad document...
    in my program.Also I want to do the same for DOS Application program.
    How can I do?


  2. #2

    Re: Close Application Program and save my document

    Hey,
    You need to use the function Serialize(CArchive &ar).
    this function called my windows when the user click at the 'save' button.


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