Agilent Technologies VEE Pro Uživatelská příručka Strana 332

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 602
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 331
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.
Zobrazit stránku 331
1 2 ... 327 328 329 330 331 332 333 334 335 336 337 ... 601 602

Komentáře k této Příručce

Žádné komentáře