|
-
Feb 11th, 2000, 11:08 PM
#1
Thread Starter
New Member
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.
-
Feb 11th, 2000, 11:32 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|