 I only lectured for about half the class today. I talked about option explicit and option strict. I also showed you how a radio button and a check box works. Remember when you group controls that if you don't want the border line around the group you have to use the panel tool. For the rest of the class and for homework I had you do the project from the text file on the z: drive. In class anyone forgot it, here it is:
Based upon in class exercises that we have been doing. This is a shopping cart type of system. You are to have 6 items of your choice listed. Users can input prices into text boxes beside the item. You are to calculate subtotal, tax (6%), be able to give a discount, the total and display the output to the screen.
I also want you to be able to change the color of the answer. To do so just add a few radio buttons to give the user color choices.
Bonus: Input the user name and then once the purchase has been made you are to use a msgbox command to thank them. Their name is to be used in the msgbox.
|