Is it possible to specify which directory the dialog will open at.
Thanks
Printable View
Is it possible to specify which directory the dialog will open at.
Thanks
Hello,
I don't know if CFileDialog has an option like that, but you can change directory before and after calling it with functions in direct.h
I think you want to use lpstrInitialDir in the m_ofn member of CFileDialog.