|
-
Jun 7th, 2006, 12:46 PM
#1
Thread Starter
Addicted Member
Forcing CommonDialog to start in certain folder
I am trying to get the CommonDialog new file to come up in a certain folder and not having any luck. I have tried excecuting the ChDir right before I call the CommonDialog but it still does not start there. Any suggestions?
Thanks in advance.
Mickey
-
Jun 7th, 2006, 12:53 PM
#2
Re: Forcing CommonDialog to start in certain folder

the commondialog has an InitDir property that you can set before calling it.
-
Jun 7th, 2006, 12:53 PM
#3
Re: Forcing CommonDialog to start in certain folder
VB Code:
CommonDialog1.InitDir = "C:\Windows"
CommonDialog1.ShowOpen
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Jun 7th, 2006, 12:54 PM
#4
Re: Forcing CommonDialog to start in certain folder
AAuugh!
I lose...
lol
oh yeah and
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Jun 7th, 2006, 01:08 PM
#5
Thread Starter
Addicted Member
Re: Forcing CommonDialog to start in certain folder
I knew it had to be somewhere. I just spend the past day and half looking and playing. I have gotten out of the habbit of looking as I type the period to see the list of available properties.
I really, really appreciate the fast answer.
Now lets see if you really know your stuff.....What are this weekends winning lottery numbers for Texas. I will share.......
Thanks.
Mickey
-
Jun 7th, 2006, 01:15 PM
#6
Re: Forcing CommonDialog to start in certain folder
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
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
|