The VbnetTdrv Project

VbnetTdrv is the Visual Basic .NET version of the Tdrv test program. See Testing with Tdrv for details on VbnetTdrv's features and operation.

VbnetTdrv is distributed as a complete Visual Studio .NET project consisting of the following files:

VbnetTdrv Project Files
VbnetTdrv.vbproj
VbnetTdrv.vbproj.user
VbnetTdrv.sln
VbnetTdrv.suo
Visual Basic .NET project files.
VbnetTdrv.vb
VbnetTdrv.resx
VbnetTdrv application entry point and resource file.
VbnetAbout.vb
VbnetAbout.resx
About dialog and resources.
VbnetTdat.vb
VbnetTdat.resx
Test data dialog and resources.
VbnetText.vb
VbnetText.resx
Generic text dialog and resources.
VbnetTdrv.ico
VbnetTdrvImages.resx
VbnetTdrvStrings.resx
Icon, image and string resources.

The VbnetTdrv project uses imports from LaygoCsi.dll from the LayGO for C# project.

Just double-click VbnetTdrv.sln to load the project into Visual Studio .NET. VbnetTdrv.vb contains Sub Main() where program execution begins.

By default, the VbnetTdrv project contains the command-line arguments:

-std stack6.cfg x21loop.cfg

This instructs VbnetTdrv to use the standard LayGO API library with the hardware emulation driver in loopback mode. You can change which configuration files are loaded by editing the Command Line Arguments field on the Configuration → Debugging property sheet in Visual Studio .NET's Project → Properties... dialog.