Click to See Complete Forum and Search --> : CFileDialog


June 2nd, 1999, 10:30 AM
Is it possible to specify which directory the dialog will open at.

Thanks

Hurol Aslan
June 2nd, 1999, 10:48 AM
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

Sam Hobbs
June 2nd, 1999, 11:23 AM
I think you want to use lpstrInitialDir in the m_ofn member of CFileDialog.