User`s guide
304 VEE User’s Guide
7 Using .NET with VEE
“System.Windows.Forms.OpenFileDialog”) Formula object to
Open File Dialog. Within the object do the following steps:
a Set the directory where the program will open the
dialog box.
b Set the openFileDialog property Multiselect to True.
(Tip: You will need asVariantBool or asClrType to get
System.Boolean). This lets you choose multiple files
from the Open File Dialog Box.
c Set up the file extension filter, in this case DLL files.
d Call the openFileDialog method, ShowDialog, and
display the dialog box.
e Call the openFileDialog property, FileNames, and
retrieve the list of DLL files you have selected. This list
will appear in the Logging Alphanumeric object.
The program should look like Figure 174.