
Page 19
After visual part of the rounded circle is designed it’s time to write user code which will
draw next screen when button is clicked.
01
02
Double click in the OnClick event property to open user code window and type code
that will be used for transition eect.
Type code between brackets
Figure 4-1: User code window
4. Writing code
01
02
Type or copy this simple code and place it
in to the user code window
void ButtonRound1Click() {
DrawScreen(&Screen2);
}
Comentarios a estos manuales