CFileDialog problem - empty

Started by
-1 comments, last by davidcoleman 15 years, 3 months ago
I am trying simply to open Save dialog to save content of richtextbox, but on a button click (code down) it takes 10 seconds to open and then just shows an empty drive D:, with no folders... when I click on drive C: it shows the folder, but after entering one subfolder and gound back up, C: shows empty ?!??! Any ideas? CFileDialog fileDlg(FALSE, ".rtf", NULL, 0, "rtf Files (*.rtf)|*.rtf|All Files (*.*)|*.*||"); if( fileDlg.DoModal() == IDOK ) ...

This topic is closed to new replies.

Advertisement