G
Guest
I have code that runs on a Pocket PC to set the init dir on a savefiledialog
to a my document sub directory. Even after the initdirectory method below is
run, the folder combo is still set to "None".
SaveFileDialog1.InitialDirectory = "\My Documents\Dude"
Is there any fix for this?
to a my document sub directory. Even after the initdirectory method below is
run, the folder combo is still set to "None".
SaveFileDialog1.InitialDirectory = "\My Documents\Dude"
Is there any fix for this?