User`s guide

5.
Add
a
button
to
your
form,
double
click
it
and
add
the
following
code:
if(
SystemLibNet.Api.SysGet180Rotate()
==
0
)
SystemLibNet.Api.SysSet180Rotate(true);
else
SystemLibNet.Api.SysSet180Rotate(false);
Note:
If you add this code manually you should see the IntelliSense offer you suitable options as
appropriate. If you do not see this, then review steps 2 to 4 in the previous page to make sure you
have not made a mistake.
6.
Initiate
ActiveSync
to
establish
connection
between
the
DT-X7
and
PC.
7. Select Deploy <name of project> on Build menu.
8. 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.
9. Check that the program works correctly on the device.
You
can
also
use
the
CASIO
samples
as
described
in
Chapter
7.3.
55