User`s guide

Library Dynamic Link Library
System
Library
SystemLibNet.dll
Scanner
Library
OBReadLibNet.dll
Bluetooth
Library
BluetoothLibNet.dll
Camera
Library
CameraLibNet.dll
Printer Library PrinterLibNet.dll
8.1
Using
CASIO
.NET
Libraries
from
VB
The
intention
of
this
chapter
is
just
to
check
that
the
development
environment
is
set
up
correctly.
See Chapter 3.5 for information on how to set up a connection between the DT-X7 and Visual
Studio.
The
following
wrapper
class
library
files
that
allow
VB
applications
to
access
the
Casio
library
(“Common Device Control Class Library”) functions are provided.
Table
8.1
The
following
shows
how
to
create
and
start
up
a
simple
test
program
using
one
of
the
System
functions. The screen flips 180° when the button on the form is pressed.
1.
Create
a
new
VB
Smart
Device
Application
in
Visual
Studio.
2. In Solution Explorer, right-click References and click Add Reference
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
8.1
4.
Add
a
button
to
the
form,
rename
it
Rotate
,
and
double
click
it.
5. At the top of the source file, add the line:
Imports
Calib
52