Hi all,
How can I have my common dialog box open in the same directory as where I am running the program for?
Thanks
Loftty
Printable View
Hi all,
How can I have my common dialog box open in the same directory as where I am running the program for?
Thanks
Loftty
Are you asking how you set the common dialog so that it defaults to the path of the running application?
App.Path will give you that path, I think you just set that as the filename or something before showing the commondialog.
VB Code:
CommonDialog1.InitDir = App.Path
That's the one, but I expected you to beat me to the answer;)
:wave: