Today will be a day for you to "show what you know". Rather than just assuming that you know how to use the techniques I've shown you, I'm going to challenge you to prove it. Here's how it gets done:
A)You will need to create a completely fresh program
B) This program will need to be able to do at least three different things.
C) Your program will need to make use of at least four of the following controls:
- a button
- radio buttons
- textbox
- label
- groupbox
- something else (your choice)
D) Your program will need to make use of at least
- one if statement
- two variables, each of a different type (integer, boolean, string)
- one array
E) Your program will need to have at least one variable that is declared outside of any Subroutine, one which can be accessed by an control on your form
F) You will need to have at least one event which takes place at Form Load
G) You will need to add comments to your code, saying what different parts of it are good for.
If you have forgotten what some of this stuff is, well, that's part of why we do this. I will try to help; you should also consider working with the people sitting near you, or even those all the way across the room.
Cheers,
Mr. L

No comments:
Post a Comment