VB6 Defaults Directories
How can I safely reset Visual Basic's 6 default directories for Recent/Existing and SaveTo files. I use Windows XP and I would like to store my files within the MyDocuments folder.
[186 byte] By [
nbCathy] at [2007-11-19 7:27:13]

# 1 Re: VB6 Defaults Directories
I stand to be corrected on this... but I don't think you can (well not for all cases of VB).
But, you could change your VB shortcuts to start VB using a different default directory... i.e. right click on a shortcut, and change the "Start in" property.
# 2 Re: VB6 Defaults Directories
I stand to be corrected on this... but I don't think you can (well not for all cases of VB).
The only thing I've noticed that you can change is the VB Templates Directory. By clicking on Tools, Options, Environment.
# 3 Re: VB6 Defaults Directories
I was thinking that I could go to the register and make some changes there, BUT, I sure won't do this without someones experience.
Thanks ya'll
# 5 Re: VB6 Defaults Directories
Try to use InitDir function of common dialog control to set default diretory
yasirbajwa... nbCathy wants to change the default directory where VB startsup
not the directory of some VB written app.