Fixed path for File Open/Save Dialog....
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Is it possible to fix the directory of the File Open/Save dialog and NOT allow the user to change it ? For example: c:\fixeddiretory
-
Is it possible to fix the directory of the File Open/Save dialog and NOT allow the user to change it ? For example: c:\fixeddiretory
-
Is it possible to fix the directory of the File Open/Save dialog and NOT allow the user to change it ? For example: c:\fixeddiretory
If you just want to let the user pick a file from a single directory, it might be better to just have your own dialog with a list that you populate yourself.
Software Zen:
delete this;