PDA

Click to See Complete Forum and Search --> : Need GetSaveFileName infos


dgs
Feb 26th, 2001, 02:35 PM
I just want to know 2 little things I couldn't find anywhere.

Is it possible to hide the 'save as type' listbox ? (with a constant or whatever)

How to pass a default 'File Name' to the dlg ?

Thanks to all gurus...

Orpheus
Feb 26th, 2001, 02:38 PM
To supply a default file name, simply set the .filename property before calling the .saveas method.

As for disbling the listbox, i am not sure at the moment.