Click to See Complete Forum and Search --> : Opening a project


John Reynolds
August 18th, 2001, 02:22 PM
Surely there is some way to override the default directory that VB opens when you attempt to open a project. I have placed my projects in a subdirectory of my C drive, & want that directory to open when I click Open files in VB. Any suggestions? Thanks!

John G Duffy
August 18th, 2001, 03:51 PM
If you start VB from a shortcut, whioh most people do, You can specify a target path in the shortcut.
To do this, Right Click on the shortcut, Select Properties then Alter "Start in:" textbox to point to your startup Directory of choice.

John G

Sjaak Duhuuhl
August 19th, 2001, 09:00 AM
I had the same problem...
**** i'm so stupid that i didn't think of that!

Thank you.

--------------------------------------------------------------
Do you search on Google.com and Astalavista.com?
Get Traysearch! Easy, fast and in your systemtray!
http://httpd.chello.nl/~d.mol/traysearch

Captain Nuss
August 19th, 2001, 09:23 AM
Me too...

----------------
You can contact me directly at Christoph.Schulze@gmx.co.uk
Hey, and... don't forget your parsley cause you can't eat your dog after having stolen him from some animal shelter and having drowned him in the Atlantic Ocean.

John Reynolds
August 19th, 2001, 11:13 AM
EXCELLENT!

Thanks!

John

RSH
August 20th, 2001, 07:51 AM
Seems like just what I need but I'm afraid I still dont get it.
I would like to hit the shortcut Icon and have the program come up and running without going through all the VB Stuff.
When I try putting the complete filepath in the start at box I get an invalid message. Im Missing somthing.
73 RSH

John G Duffy
August 20th, 2001, 08:31 AM
Your problem may be different from the one described in this post. This post addresses the problem of having VB compiler showing a default Folder when you try to open a project etc during design time.

Is your problem during RUN time of your compiled program? if yes then this solution is not for you. Please tell what your problem is.

John G

RSH
August 20th, 2001, 11:00 AM
You are probably right
I am running my program as it was written. It does everything that I need but
my current understanding is that it has not been compiled. I Could be wrong.
What I would like to do is click on the desktop shortcut ICON and have the program start up and run without going to code first.
Thanks RSH