hello all,
I have a project due by the end of the this week. with this particular project, we are to use "multiple forms." I'm a little shaky on this concept. So here is the description of the problem we are doing. (this is supposed to be a skateboard designer-calculator)
"Create an application that allows the user to select one deck from a form, one truck assembly from a form , and one wheel set from a form. The application should also have a form that allows the user the select any miscellansous product, using check boxes. The application should display the subtotal, the amount of sales tax (at 6%), and the total of the order. Do not apply sales tax to assembly." In addition to the requirements, add a simple menu and a SplashScreen to the form.
They gave us a variety of decks/wheels etc with prices. So all that information is ready. Besides creating multiple forms, what would be a good way to start the code for this one?
Any help/suggestions is/are appreciated.
I have a project due by the end of the this week. with this particular project, we are to use "multiple forms." I'm a little shaky on this concept. So here is the description of the problem we are doing. (this is supposed to be a skateboard designer-calculator)
"Create an application that allows the user to select one deck from a form, one truck assembly from a form , and one wheel set from a form. The application should also have a form that allows the user the select any miscellansous product, using check boxes. The application should display the subtotal, the amount of sales tax (at 6%), and the total of the order. Do not apply sales tax to assembly." In addition to the requirements, add a simple menu and a SplashScreen to the form.
They gave us a variety of decks/wheels etc with prices. So all that information is ready. Besides creating multiple forms, what would be a good way to start the code for this one?
Any help/suggestions is/are appreciated.
Comment