Command Button
Implementation
Task
Design the following
specified GUI program
Project name: button1
When the user clicks the
Command button which caption is “Submit”, the message “Submit button was
clicked!” will be...
Check Box Implementation
We will explore now a new control object;
and this is the checked boxes. We design a check boxes graphical user interface
(GUI) to let the user...
Radio (Option) Buttons
Implementation
Sometimes, we only want to let the user
select one option, not multiple options on a given set of choices or
alternatives. In this case, Check boxes are not appropriate to implement,
therefore we will use another...