Name: Planning Materials (8 Points) : Project
Name: Planning Materials (8 Points) : Project
Homework #6
CIS 166 – Visual Basic
This exercise takes the checking account project and applies classes. Your project
will use a single form. Copy your project files in a folder to the R: drive, and turn in a
printed copy of your code, your planning documents, and this sheet in a folder.
Create a class called Transaction. The class should have the following read/write
properties: TransactionDate, TransactionType, TransactionAmount, Payee, and
CheckNumber. Include shared functions to test TransactionAmount and
TransactionDate. Include a ToString method to display account information.
Manage the AccountBalance using a variable on your form.
3/23/07
Add a button to print all transactions and the account balance. Show the printout in
print preview.
12/26/01