Create an application, using the following names for the solution and project, respectively: Marshall Solution and Marshall
Question:
Create an application, using the following names for the solution and project, respectively: Marshall Solution and Marshall Project. Save the application in the VB2015\ Chap05 folder. Create the interface shown in Figure 5-75. Each salesperson at Marshall Sales Corporation receives a commission based on the amount of his or her sales. The commission rates are included in Figure 5-75. If the salesperson has worked at the company for more than 10 years, he or she receives an additional $500. If the salesperson is classified as a traveling salesperson, he or she receives an additional $700. The text box should accept only numbers, the period, and the Backspace key, and its text should be selected when it receives the focus. Make the appropriate calculations only when the sales amount can be converted to a Double number; otherwise, display an appropriate message. The calculated amounts should be cleared when a change is made to any of the input items. Test the application appropriately.
Step by Step Answer: