CH 03 PLAY TIME CELL PHONE PROJECT PREVIEW AND TUTORIAL VIDEO
1. Use an inputbox method to get the sales person's name in the form load event
2. Make the calculate order button as the default button
3. Code the TextChanged event of txtBlue and txtPink. When the user changes the number of blue phone, or pink phone ordered, the application clears the contents of the lblTotalPhones, lblTotalPirce, and lblMessage controls
4. Chapter 3 application calculate total price and taxes.
5. To concatenate strings.
6 To advance the insertion point to the next line: use the ControlChars.NewLine constant in code
7. Integer.Tryparse(txtBlue.text, intBluePhone)
8. lblTotalPhone.Text = Convert.ToString(intTotalPhones)