|
This section contains small examples that
illustrate how to use a certain Windows control. |
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. |
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. |
Net Price Calculator |
This is Windows Control 101 that simply shows how
to retrieve values of text boxes and involve them in a calculation |
CD Publisher |
This is an application for a CD publishing company. It
calculates the price of an order based on the quantity ordered. |
Calculations |
Example that
uses radio buttons to select an operation to perform such as addition,
subtraction, multiplication, or division. |
Tick Counter |
An application that allows you to know how long
the computer and/or an application has been ON. |
Progressive
Clock |
Displaying time using (horizontal) progress bars |
GDI+
Examples: Column Chart |
In this introduction to charts, we use a series
of rectangles to draw a column chart. |
GDI+
Examples: 2-Column Chart |
Continuing with our introduction to charts, this
time, we create a 2-column chart |
|
|
|
|
This section contains application that apply
various controls to create an application |
Solas
Property Rental |
This is an example of serializing an array or
items. This example uses binary serialization. |
Georgetown
Cleaning Services |
This application simulates order processing for a
dry cleaning store. To implement the necessary functionality, we use
a combination of date time picker controls. The application also
features some bitmap buttons. |
Application
Online Help |
This is a review of the various techniques you can
use to build or provide help in your Visual Basic .NET application |
Payroll |
This application calculates overtime from an
employee's time sheet in a payroll simulation |
Pledge
Distribution |
This application uses three synchronized numeric up
down controls to calculate the percentage of money allocated to each
of three institutions. |
Body Tag Formatter |
This application
creates a format for the HTML's body tag. |
Danilo Pizza |
Processing orders for a pizza store. |
XML-Based Applications |
College
Park Auto-Shop |
In this exercise, we create an application that can
be used by a car repair business. An employee creates a work order
that includes the parts used to fix the car and the types of jobs
performed. When the repair is complete, the user can save it to an
XML file. |
Music
Store |
This application applies the concepts reviewed for
the DataSet
class, the data
tables, and the columns.
To do this, it simulates a musical instrument store that sells items
and saves them as XML. |
College
Park Auto-Parts |
This is an application used to create an inventory
and process orders for an auto parts store. The inventory and the
orders are saved in XML files. |
|