Site hosted by Angelfire.com: Build your free website today!

Tables
Home Up Calc1 Tables

 

Part One

Download the zipper folder for these exercise by clicking here: Download Tables

UnZip the folder on your machine (i.e. extract the files) and then open up your Visual Basic IDE on the project "Tables" contained therein.

If you run the project, you will see a table of 10 rows and 10 columns.  To the right is a group box with two radio buttons.  The top radio button reads "Addition" and the button radio button reads "Multiplication".

If you click on the top radio button, you will see an addition table displayed in the table.  Using the addition table as an example, add code to the click event for the "Multiplication" radio button such that clicking on it results in a multiplication table being displayed in the table.

Note, you should not create a new table.  Use the table that I have already created for you.

Part Two

The second part of the homework assignment will be included here on Thursday.  Those who complete parts one and two will have their grades for this assignment counted as an examine.  Part Two will be a little harder than Part One, but Part One gives you a chance to look at the code and see how it works.  That will be helpful for Part Two.