> I got the following problem I have a CEditView like the main view in a
> SDI application, the point is that I want to override the default
> behavior about when i write some text at edit control and leter i close
> the application the default implementatio of CEditView ask to me if I
> want to save the contents. this happens automatically, the I don't want
> that behavior. I want thaht when i choice to close my application the
> edit don't ask me anything and let me close the app
Unless you're saving that data as you type, that wouldn't be a very friendly
app if it could just lose anything you typed if you accidentally hit the
cross to close the app {:v)
But perhaps if you call CDocument::SetModifiedFlag(FALSE) at some point to
mark the contents as "not dirty" any more, then it wouldn't ask you.
--
Jason Teagle
[EMAIL PROTECTED]
