SaveAsDialog
Object List Hierarchy Next Object
Definition:
A common dialog that gathers information from the user, which is useful in
saving a copy of particular file with a new name, while keeping the original file
unchanged.
Specialized Features:
The following tables list and describe the properties and methods added by SaveAsDialog. There are no added events.
Properties Use to...
DefaultExtension Set the filename extension that is used by default for the SaveAsDialog.
ExtensionDifferent Indicate whether or not the file chosen by the user has an extension other
than the default extension.
FileName Set or return the name, including the path, of the file that a user has
selected for opening or saving.
Filter Specify the filters that appear in the list area of the file type combobox for
the displayed dialog box.
FilterIndex Designates a filter to be used as the default.
InitialDir Set the initial directory to use when a file is opened.
NoChangeDir Prevent the SaveAs dialog from changing the current directory
NoNetworkButton Prevent the appearance of the network button on the SaveAs dialog.
PathMustExist Restrict the user to selecting only files whose path can be found.
Methods Use to...
Execute Display the SaveAsDialog.
Copied Features:
Properties Methods Events
Details: