|
Lessons & Projects |
Visual
C# 2005
Version |
-
Lesson 1
Introduction to
Data Entry
|
|
-
Lesson
2
Data Entry
Parts 3 & 4
|
|
-
Lesson 3
Introduction To Variables, keystroke trapping, & Other cool stuff
|
-
Introduction to Using
Variables
-
Using List Boxes & Dynamic Properties
-
Learning about
Running Totals & Counting
-
Ron's Pet Store Demo
(includes my images)
-
Get ALL Lesson 3 projects
here
-
Trapping
Keystrokes note:
A KeyPress event can involve any printable
keyboard character, the CTRL key combined with a
character from the standard alphabet or one of a
few special characters, and the ENTER or
BACKSPACE key.
Use KeyDown and KeyUp
event procedures to handle any keystroke not
recognized by KeyPress, such as function keys,
editing keys, navigation keys, and any
combinations of these with keyboard modifiers.
|
-
Lesson 4
Making Decisions (Chapter 5) & Custom Event
Handlers
|
Making Decisions with
If Statements
Using If
part 2
Using
Switch
|
-
Lesson 5
File I/O, Try-Catch, Custom Subs, &
StreamReader/StreamWriter
|
- Introduction to File I/O
(Page 700)
- Structured
Error Handling
(Page 180)
Slides
Load List Box from a disk file
project:
Using Stream Reader &
Stream Writer
Videos:
Part 1
Read
from disk file Part 2
List box Add/Delete Part 3
Write to
a disk file
Stream Demo we did in
class
|
-
Lesson 6
Custom Functions, Classes, & Menus
|
|
-
Lesson 7
Using Multiple Forms
|
|
-
Lesson 8
MS ACCESS DATA
BASES Part I (Chapters 17, 18 & 19)
|
Access
Databases Step 3: Using textboxes and
validation.
|
-
Lesson 9
MS ACCESS DATA
BASES Part II: ADO in code
|
-
Working with
Relational Databases Part II
Get
my database
for
lesson 9
ADO
2.0 in code (Step
1 displays data in a grid using code. Step 2 lets you
select/update/delete records. The project has 2
forms. The database & images are included.)
|
-
Lesson 10
MS ACCESS DATA
BASES Part III:
Reports Made Easy
|
MSDN
Screen cast: The
report Viewer Control
|
-
Lesson 11
SQL 2005
Express DATA
BASES I (Using the ADO Objects & Wizards)
|
|
-
Lesson 12
SQL 2005
Express DATA
BASES II (ADO in Code with SQL 2005)
|
-
My first SQL project using
ADO in code
Get
my Database for
this lesson(customers-05)
ADO in code using a grid control
|
-
Lesson 13
XNA Game Studio
Express
|
- Learning to
program Games
|
-
Extra Projects
Some useful projects.
|
|
|