Color Combo Box |
This example
creates a list of colors without displaying their names. Figure
Download |
Color Combo Box |
This example
displays a list of colors the user can select from. Download |
Bitmaps |
This example shows the use bitmaps, as a static
image, as a transparent picture, or as a drawing area. Figure
Download |
Spin Button |
These are a few
examples of up down controls Figure Download |
Date Decoder |
This also
is just an implementation of the DecodeDate() function. Download |
Auto-complete Edit Control |
This
is just a simple implement of an Edit control where one is getting
instantaneously completed when a user is typing in another. Figure
Download |
Algebraic Operations |
This
presents a dialog box that uses radio buttons to perform operations
(addition - Subtraction - Multiplication - Division) and validate the
division. Download |
Danilo Pizza |
This
application processes orders for a pizzeria and performs operations
(adding - subtracting - Multiplying) live: the user does not need to
click any button to get the current total. Figure
Download |
Time Sheet |
I used a
certain algorithm to write this time sheet. In the current version, the
dialog provides a series of combo boxes where the user can select the
starting (Time In) and the end time (Time Out). Using the OnChange event
of the combo box, the form calculates and displays the time
automatically. Figure Download |
Screen Saver 1 |
This screen
saver performs by coloring pixels at random: Download |
Screen Saver 2 |
This is
another simple attempt or a screen saver Download |
Screen Saver 3 |
This one
uses transparent bitmaps Download |