Back To Introduction

Prev Tutorial 4

Tutorial 5

Input/Output GUI Elements

 

GOAL: Work and gain experience using GUI elements that serve as both input and output from the application and user

PREQUISITES: Tutorial 4

 

Create a Check Box

 

  1. Drag a Check Box to the [Design] Window, inside the properties window, change
    1. Name to “TIMER_CONTROL_SLIDERS”
    2. Text to “Timer Control Sliders”

            C.  Checked to “True”

 

Service Slider and Timer updates

 

  1. Now inside the function code block for timer1_Tick(...), add the following

 

 

 

 

 

 

 

§         In the Visual Studio project window, click

    1. Build >> Build Solution
    2. Debug >> Start to run

 

 

Next Tutorial 6