74
9.1 Using CASIO .NET Libraries from VB .NET
The
DT-X11 SDK
provides the libraries for VB applications. See Chapter 1.2 “Library
Configuration” for the list of libraries provided.
This chapter explains how to create and start up a simple test program using one of the System
functions. The test program flashes the LED in red for 5 seconds.
1.
Create a new VB .NET Smart Device Application in Visual Studio .NET.
2.
Click
Add Reference…
from Project menu.
3.
Click
Browse
and navigate to the folder where you have stored the CASIO .NET library files.
Highlight
SystemLibNet.dll
and click
Open
. Click
OK
button.
Figure 9.1
4.
Add a button to the form, rename it Rotate, and double click it.