Control |
Common Dialog ActiveX control - version 5.0 |
File |
COMDLG32.OCX |
Panel control name |
FileOpen1 |
Script |
Code |
---|---|
Display About box |
FileOpen1.AboutBox |
Open File |
FileOpen1.DialogTitle
= &(1:) &(1:)=Character - the title to give the dialog panel. &(2:)=Character - the default extension of the file to open &(3:)=Character - the file name to open. Optional &(4:)=Character - the initial directory to open &(5:)=Character - formatted filter string &(6:)=Integer - the default filter from the filter string |
Save File |
FileOpen1.DialogTitle
= &(1:) &(1:)=Character - the title to give the dialog panel. &(2:)=Character - the default extension of the file to save &(3:)=Character - the file name to save. &(4:)=Character - the initial directory to open &(5:)=Character - formatted filter string &(6:)=Integer - the default filter from the filter string |