MFC Open Dialog
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Set the lpstrInitialDir field of the m_ofn member of CFileDialog prior to calling CFileDialog::DoModal. If you want the dialog that is shown when the user uses the Open item on the File menu in a standard MFC program you have to dig into the doc/view architechture. There was a post about this earlier, that was about the Save dialog buts it's the same story. cheers Steen