User`s guide
6
•
The Fundamental of Building Windows NT/98/2000 Applications with PCIS-DASK
Select DASK.BAS from the Files list by double clicking on it. If you can't find
this file in the list, make sure the list is displaying files from the correct directory.
By default, DASK.BAS is installed in C:\ADLink\PCI-DASK\INCLUDE.
step 3. Design the interface for the application.
To design the interface, you place the desired elements, such as command
button, list box, text box, etc., on the Visual Basic form. These are standard
controls from the Visual Basic Toolbox. To place a control on a form, you just
move pointer to Toolbox, select the desired control and draw it on the form. Or
you can double-click the control icon in the Toolbox to place it on the form.
step 4. Set properties for the controls.
To view the property list, click the desired control and then choose the
Properties command from the View menu or press F4, or you can also click the
Properties button on the toolbar.
step 5. Write the event code.
The event code defines the action you want to perform when an event occurs.
To write the event code, double-click the desired control or form to view the
code module and then add code you want. You can call the functions that
declared in the file DASK.BAS to perform data acquisition operations.