Agilent Technologies VEE Pro Guía de usuario Pagina 332

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 602
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 331
1 2 ... 327 328 329 330 331 332 333 334 335 336 337 ... 601 602

Comentarios a estos manuales

Sin comentarios