User`s guide

6.
In
the
event
function
for
the
button
click,
add
the
following
code.
If
(SystemLibNet.Api.SysGet180Rotate()
=
0
)
Then
SystemLibNet.Api.SysSet180Rotate(True)
Else
SystemLibNet.Api.SysSet180Rotate(False)
End If
Note:
If you type this code manually you should see the IntelliSense offer you suitable options as
appropriate. If you do not, make sure you review steps 1 to 5 to make sure you have added the
reference correctly.
7.
Initiate
ActiveSync
to
establish
connection
between
the
DT-X7
and
PC.
8. Select Deploy <name of project> on Build menu.
9. The project will be built and copied to the DT-X7. By default, it will be copied to \Program
Files\<name of project> folder. SystemLibNet.dll will be deployed to the same folder.
10. Check that the program works correctly on the DT-X7.
You
can
also
use
the
CASIO
samples
as
described
in
Chapter
7.3.
53