View Single Post
  #9 (permalink)  
Old 06-06-2007, 04:31 PM
specci48's Avatar
specci48 specci48 is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 575
Default

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
Reply With Quote