Hi all

I have overwritten the OnFileSave event with my own OnFileSave event in my MFC application.

What I would like to know is, how do I not display the Save As dialog box again once the user has already saved the file for the first time?

Right now, when I press on Ctrl+S, the save dialog keeps coming up regardless if I have already saved my file for the first time.

Any ideas?