Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Undesirable Save File popup when closing app

Status
Not open for further replies.

kartoffel

Programmer
Jul 24, 2002
15
CA

When I close my application, it asks me if I want to save the current file (in a popup window). How do I specify I dont want this popup window to appear? (I simply dont want to be able to save the file.)

Thanks
 
Hi,
from some module (capturing exit),
call myDocument->SetModifiedFlag(FALSE)

bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top