Once i've used the .ShowOpen (with commondialog1) command within my program, how do I make this dir the current one the next time I use the same command ?
Printable View
Once i've used the .ShowOpen (with commondialog1) command within my program, how do I make this dir the current one the next time I use the same command ?
Check out the InitDir property.
VB Code:
CommonDialog1.InitDir = App.Path