Results 1 to 2 of 2

Thread: common dialog question

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    Spokane, Washington, USA
    Posts
    6

    Post

    Is there a way to set up the open/save/save as dialog so that it will default to a specific folder? As it is now, it always defaults to the folder in which my project is located.

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Columbia, SC USA
    Posts
    374

    Post

    Use this:

    With CommonDialog1
    .InitDir = "Enter Directory Path Here"
    .ShowSave
    End with

    later

    Andrew

    ------------------
    Andrew Nerney
    Hapless Programmer
    [email protected]

    [This message has been edited by DrewDog_21 (edited 02-12-2000).]

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