Question
Create a Windows Forms application. Use the following names for the project INTRODUCTORY and solution, respectively: Baxters Project and Baxters Solution. Save the applica- tion
Create a Windows Forms application. Use the following names for the project INTRODUCTORY and solution, respectively: Baxters Project and Baxters Solution. Save the applica- tion in the VB2017\Chap04 folder. Change the form files name to Main Form.vb. Change the forms name to frmMain. Create the interface shown in Figure 4-57. The interface contains a text box, two check boxes, three labels, and two buttons. Be sure to set the tab order. Baxters (an online retailer) sells an 18-volt cordless drill for $25.99. Employees of Baxters receive a 10% discount on their total order, excluding shipping. The shipping fee is a flat rate of $9.99; however, if a customer has a shipping coupon, the shipping fee is $4.99. Code the application. Be sure to code the CheckedChanged procedures for the two check boxes. Also code the Enter, KeyPress, and TextChanged procedures for the text box. Save the solution and then start and test the application. (The total due for two drills with an employee discount and a $4.99 shipping coupon is $51.77.)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started