Multiple-Choice
Question - Single Answers
|
This is an introduction to an approach of
creating a multiple-choice question application
|
Multiple-Choice
Question - Multiple Answers
|
This version combines single and multiple choice
questions.
|
Pledge
Distribution
|
This application uses three synchronized
numeric up down controls to calculate the percentage of money
allocated to each of three institutions.
|
Car Inventory
|
This example illustrates two things: how to
use your own structure in a program and how to use a managed
array of a structure (or a class) as a member variable of
another structure or class.
|
Net Price Calculation
|
A simple example of calculating and displaying the price of an
item |
Color
Changer |
This example uses three
track bars. When the user slides one of the track bars, the panel display an RGB
color that is a combination of the value of each track bar. |
Progressive Clock |
Displays the time using (horizontal) progress bars |
Tick Counter |
With this application, you can find out how
long a computer has been On or for how long an application has
been running |
Operations |
In this example, we use radio buttons to perform simple
operations such as addition, subtraction, multiplication, and
division |
Column
Chart
|
This example draws a series of rectangles to
produce a column chart. Then, it uses a SolidBrush value
to fill the rectangles. |
2-Column
Chart
|
This is another example of drawing a column
chart. The chart is doubled so the values of each category can
be visually compared. |