I keep my VB projects in a folder other than
the default "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VB98" folder. Is there a way to change the 'default' folder, so the 'Open Project' window automatically points to my directory ?
Printable View
I keep my VB projects in a folder other than
the default "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VB98" folder. Is there a way to change the 'default' folder, so the 'Open Project' window automatically points to my directory ?
Here is what I do (very simple you'll see).
I always start VB from the same shortcut (you probably do the same). So I have set the 'Start In' property of the shortcut to my c:\project directory.
If you are like me, you knew about it but never thought it could be useful...
Tipi
Tipi, thanks! You're right, I knew about it, but didn't think it could be used for Opening VB projects ...