How to write string from EditControl to a text file in Visual Studio 2008 , using the "Save To.." di

Posted by shan23 on Stack Overflow See other posts from Stack Overflow or by shan23
Published on 2010-04-24T11:08:16Z Indexed on 2010/04/24 11:13 UTC
Read the original article Hit count: 274

I'm writing my first app in MFC, and I was looking to include a very simple feature : Include a "Save To File" button that on being clicked will bring up the familiar "Save As.." Dialog box and will ultimately save the data in a text file. I couldn't find how to invoke this dialog box - can someone just point me at the right way to do it ?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about visual-c++