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...
Printable View
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...
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.