PDA

Click to See Complete Forum and Search --> : Common Dialog problem


cedx
Dec 15th, 1999, 08:05 AM
Hi,

How do I open the Common Dialog to a folder I want (say "c:\My Documents\")? It seems to always start with the working directory.

Thanks in advance.

Aaron Young
Dec 15th, 1999, 08:37 AM
Use the InitDir Property..

Private Sub Command1_Click()
With CommonDialog1
.InitDir = "C:\My Documents"
.ShowOpen
End With
End Sub



------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
adyoung@win.bright.net