Visual Studio 2017 1. Enter the three Option statements in the Code Editor window. 2. One of the buttons in the interface should calculate and display the percentage of the total sales made by each of...


Visual Studio 2017



1.      Enter the three Option statements in the Code Editor window.


2.      One of the buttons in the interface should calculate and display the percentage of the total sales made by each of the three salespeople. Code the button's Click event procedure using named variables.


3.      Display the percentages with a percent sign and one decimal place.


4.      Code all 3 text box's TextChanged event procedure to clear the content of all 3 labels.


5.      Code each text box's Enter event procedure.


6.      Save the solution and test the application.




Sales Solution - Microsoft Visual Studio<br>Quick Launch (Ctrl+Q)<br>File<br>Edit View<br>Project Build Debug<br>Тeam<br>Tools<br>Test<br>Analyze<br>Window<br>Help<br>cowsandals@yahoo.com -<br>E E 2 - S -<br>> Start - ||<br>II<br>Main Form.vb* + x Main Form.vb [Design]*<br>Ve Sales Project<br>Solution Explorer<br>O btnCalc<br>e O A E -<br>Click<br>O references<br>Private Sub txtKaren_TextChanged (sender As Object, e As EventArgs) Handles txtKaren. TextChanged<br>Search Solution Explorer (Ctrl+;)<br>34<br>35<br>a Solution 'Sales Solution' (1 project)<br>1 VB Sales Project<br>- My Project<br>H References<br>I Resources<br>36<br>End Sub<br>37<br>O references<br>Private Sub txtMartin_Enter(sender As 0bject, e As EventArgs) Handles txtMartin. Enter<br>38<br>39<br>O App.config<br>| Main Form.vb<br>40<br>End Sub<br>41<br>O references<br>Private Sub txtMartin_TextChanged (sender As Object, e As EventArgs) Handles txtMartin. TextChanged<br>42<br>43<br>44<br>End Sub<br>45<br>O references<br>Solution Explorer Team Explorer<br>Private Sub frmMain_Load (sender As Object, e As EventArgs) Handles MyBase.Load<br>46<br>47<br>Properties<br>48<br>End Sub<br>49<br>End Class<br>50<br>100 %<br>Error List Output<br>O Ready<br>Ln 12<br>Col 9<br>Ch 9<br>INS<br>1 Add to Source Control A<br>ENG<br>4:18 PM<br>P Type here to search<br>a<br>US<br>4/30/2021<br>

Extracted text: Sales Solution - Microsoft Visual Studio Quick Launch (Ctrl+Q) File Edit View Project Build Debug Тeam Tools Test Analyze Window Help [email protected] - E E 2 - S - > Start - || II Main Form.vb* + x Main Form.vb [Design]* Ve Sales Project Solution Explorer O btnCalc e O A E - Click O references Private Sub txtKaren_TextChanged (sender As Object, e As EventArgs) Handles txtKaren. TextChanged Search Solution Explorer (Ctrl+;) 34 35 a Solution 'Sales Solution' (1 project) 1 VB Sales Project - My Project H References I Resources 36 End Sub 37 O references Private Sub txtMartin_Enter(sender As 0bject, e As EventArgs) Handles txtMartin. Enter 38 39 O App.config | Main Form.vb 40 End Sub 41 O references Private Sub txtMartin_TextChanged (sender As Object, e As EventArgs) Handles txtMartin. TextChanged 42 43 44 End Sub 45 O references Solution Explorer Team Explorer Private Sub frmMain_Load (sender As Object, e As EventArgs) Handles MyBase.Load 46 47 Properties 48 End Sub 49 End Class 50 100 % Error List Output O Ready Ln 12 Col 9 Ch 9 INS 1 Add to Source Control A ENG 4:18 PM P Type here to search a US 4/30/2021
Sales Solution - Microsoft Visual Studio<br>Quick Launch (Ctrl+Q)<br>File<br>Edit View<br>Project Build Debug<br>Тeam<br>Tools<br>Test<br>Analyze<br>Window<br>Help<br>cowsandals@yahoo.com -<br>E 2 2 - -<br>> Start - II<br>Main Form.vb* + x Main Form.vb [Design]*<br>Solution Explorer<br>VE Sales Project<br>O, btnCalc<br>Click<br>e O A E -<br>1 reference<br>O Public Class frmMain<br>Search Solution Explorer (Ctrl+;)<br>6.<br>7<br>a Solution 'Sales Solution' (1 project)<br>A VB Sales Project<br>- My Project<br>H References<br>I Resources<br>O references<br>Private Sub btnCalc Click(sender As Object, e As EventArgs) Handles btnCalc.Click<br>8.<br>9<br>' Calculate and display the percentage of the total sales contributed by each of three salespeople.<br>10<br>11<br>O App.config<br>| Main Form.vb<br>12<br>13<br>14<br>End Sub<br>15<br>O references<br>Private Sub btnExit_Click(sender As Object, e As EventArgs) Handles btnExit.Click<br>Me.Close()<br>16<br>17<br>Solution Explorer Team Explorer<br>18<br>19<br>End Sub<br>Properties<br>20<br>О references<br>21<br>Private Sub txtJim_Enter(sender As Object, e As EventArgs) Handles txtJim. Enter<br>22<br>23<br>End Sub<br>24<br>O references<br>Private Sub txtJim_TextChanged (sender As Object, e As EventArgs) Handles txtJim. TextChanged<br>25<br>26<br>27<br>End Sub<br>28<br>O references<br>Private Sub txtKaren_Enter(sender As Object, e As EventArgs) Handles txtKaren. Enter<br>29<br>30<br>31<br>32<br>End Sub<br>33<br>100 %<br>Error List Output<br>O Ready<br>Ln 12<br>Col 9<br>Ch 9<br>INS<br>1 Add to Source Control A<br>ENG<br>4:18 PM<br>P Type here to search<br>a<br>US<br>4/30/2021<br>

Extracted text: Sales Solution - Microsoft Visual Studio Quick Launch (Ctrl+Q) File Edit View Project Build Debug Тeam Tools Test Analyze Window Help [email protected] - E 2 2 - - > Start - II Main Form.vb* + x Main Form.vb [Design]* Solution Explorer VE Sales Project O, btnCalc Click e O A E - 1 reference O Public Class frmMain Search Solution Explorer (Ctrl+;) 6. 7 a Solution 'Sales Solution' (1 project) A VB Sales Project - My Project H References I Resources O references Private Sub btnCalc Click(sender As Object, e As EventArgs) Handles btnCalc.Click 8. 9 ' Calculate and display the percentage of the total sales contributed by each of three salespeople. 10 11 O App.config | Main Form.vb 12 13 14 End Sub 15 O references Private Sub btnExit_Click(sender As Object, e As EventArgs) Handles btnExit.Click Me.Close() 16 17 Solution Explorer Team Explorer 18 19 End Sub Properties 20 О references 21 Private Sub txtJim_Enter(sender As Object, e As EventArgs) Handles txtJim. Enter 22 23 End Sub 24 O references Private Sub txtJim_TextChanged (sender As Object, e As EventArgs) Handles txtJim. TextChanged 25 26 27 End Sub 28 O references Private Sub txtKaren_Enter(sender As Object, e As EventArgs) Handles txtKaren. Enter 29 30 31 32 End Sub 33 100 % Error List Output O Ready Ln 12 Col 9 Ch 9 INS 1 Add to Source Control A ENG 4:18 PM P Type here to search a US 4/30/2021

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here