If I create an MFC dialog application and don't use serialization, how would I interpret a Save As command via button press? Any suggestions? Thanks
James
This is a discussion on Save As Dialog MFC Application howto within the Windows Programming forums, part of the Platform Specific Boards category; If I create an MFC dialog application and don't use serialization, how would I interpret a Save As command via ...
If I create an MFC dialog application and don't use serialization, how would I interpret a Save As command via button press? Any suggestions? Thanks
James
Last edited by jkw2068; 08-05-2003 at 05:17 PM.
One solution is to add a message handler for the command and then process data.
Kuphryn
Thanks for the reply. I look into that.