Not quite elegant, but if you want to preselect a folder, e.g.
Code:
SaveDialog.File="/My Documents/MyFiles/"
before using SaveDialog.Show and the the folder MyFiles is preselected.
The only disadvantage: the folder name is also preselected as the filename, so you have to overtype it every time
specci48