- STARTER APPS
-
Forms & MDI Projects (Multi-forms)
- Color Dialog
Control (How to save form backcolor and
get it back later)
|
- Starter Hello World Projects
|
|
- MDI
Applications (3 classes: get project
here)
|
- Changing Form
Colors and the Custom ColorDialog Control
sample.
|
-
How
to trap the Form_Closing Event. Do a
confirm exit
with a MessageBox. Traps the X key, control box
exit, and ALT-F4
|
|
|
|
-
Data Entry 1
-
Data Entry 2
-
Data Entry 3
- GUI Version
- Managing Data
Entry Issues
Copy selected item in
Listbox to a textbox
How to
concatenate strings
Simple math operations (computing sales tax)
How to display items &
pricing as currency
-
Data
Validation
-
Data
type alias option
|
-
Data Entry 1
-
Data Entry 2
-
Data Entry 3
|
|
|
|
|
-
If
-
Switch
-
Loops, Inline IF statements
|
- If statements
- Switch
- For Loops
- Logic Loops
- Collection Loops
|
- Making
Decisions with If logic
-
Inline
IF statements
- Counting
User Input:
-
Using Loops
|
|
|
|
- Native Version
- CLR Console version
- CLR GUI version
|
|
|
-
Variables & Properties
-
Running Totals & Counts
|
|
|
|
|
-
Collections, Structs. & Enumerations
|
|
- Working With Lists & ListView
Controls. (Get project
here.
There is 1 form and the Employee class)
|
- CLR Version
- Enumerations
- Structs
- Enumerations
|
|
|
|
|
- Delegates & Pointers
(See CS131 below)
|
|
-
File I/O: Textfiles & Binary Files
|
-
CLR Version
- StreamReader
& StreamWriter
-
BinaryReader
& BinaryWriter
|
|
-
Classes, Properties, Methods, Constructors &
Inheritance
|
|
|
-
Data Structures (CS131)
- Lists
(See Collections & Enumerations above)
- Structs
- Sorted Lists
- Queues
- Stacks
|
|
|
- ADO and MS Access Database
programming
|
|