Results 1 to 6 of 6

Thread: Changing the default open directory.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    25

    Question

    Thing thing pisses me off.
    Every time I do OPEN/SAVE in Visual Basic it shows me the default Visual Basic directory. I save all my files in a special directory that is not even in the same harddisc.

    Now, I know I can reinstall Visual Basic and move it to a new directory and so on but is there a way just to change the default Open/Save dir to something else?
    VitalyB - VB6 Pro

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Well, i made a link from my vb dir named it "go here" pointing at my project dir
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3
    Addicted Member
    Join Date
    May 2000
    Posts
    247
    Can you be more specific Kedaman? VitalyB, it is bugging the hell out of me too.
    Mako Shark
    Great White

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    25
    I did that too yet it is a headache in saving - When I want to save the a file in Visual Basic and I click on the link to go to the right dir it
    VitalyB - VB6 Pro

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    25
    He means making a shortcut to the folder you're keeping you projects in, in the default Vb folder.
    VitalyB - VB6 Pro

  6. #6
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Well, i really hate that myself, and i have no solution, damn i should look it up in registry some day and look if theres something like "default directory" under the vb keys.
    ANyway a tip to both of you and others:
    When you want to save a module for instance, you have named the module mThisModuleHasAVeryLongNameSoIHateWritingThisAgainWhenClickingThatShortcutClearsIt

    and you want to save it with the same name

    mThisModuleHasAVeryLongNameSoIHateWritingThisAgainWhenClickingThatShortcutClearsIt.bas

    So just Ctrl-X it, click the link and Ctrl-V it and voila! YOu just go save the string.

    Well, that's not too good yet, but it's something.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width