c++ mfc save file dialog的相關文章
Visual C++ MFC - Open File Dialog and Save File Dialog

Visual C++ MFC - Open File Dialog and Save File Dialog

瀏覽:1327
日期:2025-11-19
Here is the VC++ sample code using CFileDialog. File Open and Save Dialog are easy to implement with the MFC class CFileDialog. The Constructor would take a BOOL value of TRUE for open dialog and FALSE for save dialog....看更多