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

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

瀏覽:832
日期:2025-04-27
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....看更多