Change Dir inside CFileDialog
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a problem in vc6... In a CFileDialog with 2 extension configured ( es. .txt and .doc ) I want change automatically directory in my CFileDialog went change the extension: went I select .txt extension I want the CFileDialog in C:\FileTxt directory, went I select .doc extension I want the CFileDialog in C:\FileDoc directory with the corrispondin list of file... ...Someone can help me? Thank's
I Try, but I'm not sure :))