|
-
April 1st, 1999, 11:55 AM
#1
How can I add "Auto save" like Microsoft word
How can I add "Auto save" like Microsoft word!
thank you!
-
April 1st, 1999, 01:45 PM
#2
Re: How can I add "Auto save" like Microsoft word
This can be done easily, create a separate thread process which fires a message after a certain fixed interval. Call your file save message handler, check the flag m_bModified or something, the dirty document flag in CDocument, if so save. I guess if you want to do it in the same fashioon as word does without a prompt, look into CDocument::OnSaveDocument() code by debugging, there is a way to save it without a prompt.
-
April 1st, 1999, 03:39 PM
#3
Re: How can I add "Auto save" like Microsoft word
Create a timer which will execute a seperate thread to call the save command.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|