GETTING STARTED WITH MICROSOFT VISUAL BASIC FOR WINDOWS PROGRAMMING > GETTING STARTED >
Compatibility
instruNet version ≥ 3.0 (which is compatible with i4xx cards) is compatible with
Microsoft Visual BASIC For Windows Version ≥ 7.0. Every instruNet Visual Basic program must include the .vb files in the "VB Common Source" directory.
Getting Started
To get started with Visual BASIC ≥ 7.x, please do the following steps:
Install Visual BASIC onto your hard disk, load an example program, compile, and then run to verify that your BASIC is set up properly.
Duplicate the "instruNet \ Programming Interfaces \ Visual Basic" directory -- we will run/modify the files in the duplicate copy. This directory contains the following sub-directories:
VB Example1: example program #1 VB Scope: 1 to 16 channel oscilloscope/chart recorder VB Instrument: 2ch oscilloscope, XY recorder, Spectrum Analyzer VB Direct To Excel: digitize directly to Excel ≥ v11.0 VB Common: Source common source code files
Run one of the example programs. If you have any errors, please use the source code to debug the system -- all source
code is provided. Some lines of code open the instruNet World window, and pass control to
instruNet World (until the user closes the instruNet World window to return back to the example program).
Run an example program to verify that the compiler, example files, driver, and computer are all working well together.
Read the example program source code and comments to get a feel for instruNet programming.
Modify the Example source code to meet your own needs.