Link to home
Start Free TrialLog in
Avatar of smithc
smithc

asked on

Override the Save

Using MFC,  I am trying to override the OnSave Function.  Yet, If I click Save As it still goes to the System Controlled Dialog Box, before going to my function.   This also happens if I save for the first time. How do I get around this?  There doesn't seem to be an OnSaveAs Function to override, at least not in ClassWizard.  

Thanks!!  
ASKER CERTIFIED SOLUTION
Avatar of galkin
galkin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of smithc
smithc

ASKER

Perfect.   I wonder why I couldn't find the option to override OnFileSave in ClassWizard??

Thanks