G
Guest
Does anybody know how to set the InitialDirectory Property for Open or SaveFileDialog? Nothing I do seems to open either in the directory I specify. If I'm way off here does anybody know how to open these dialogs to display a specific directory
Here's the code I'm using for the InitialDirectory specification. I've also tried specifying this in the SaveFileDialog1 property window.
Dim SaveFileDialog1 As New SaveFileDialo
SaveFileDialog1.InitialDirectory = "c:\My Documents
Any help would be appreciated
Thanks
Here's the code I'm using for the InitialDirectory specification. I've also tried specifying this in the SaveFileDialog1 property window.
Dim SaveFileDialog1 As New SaveFileDialo
SaveFileDialog1.InitialDirectory = "c:\My Documents
Any help would be appreciated
Thanks