Question: I need help. Ive done this assignment 3 times already and its correct but how do I hand it in in my files and such

I need help. Ive done this assignment 3 times already and its correct but how do I hand it in in my files and such in visual studio? I keep getting this error too ...1. Open Visual Studio, then create a new solution and project with the names Tax Solution and Tax Project
2. As you did in Florist Haven, select the form by clicking on it and then modify the form file name and properties as follows
a. Change the form files name to Main Form.vb
b. Change the forms Name property to frmMain
c. Change the forms Font property to Segoe UI,9pt
d. Change the forms MaximizeBox property to False
e. Change the forms StartPosition property to CenterScreen
f. Change the forms Text property to Property Tax
2. Now add the controls listed below on the form using the sketch of the interface to position the controls. Remember to use the Format tab and sizing handles on the controls to assure the sizing and spacing is correct
a. Add a label to the form, select the label by clicking on it and change the Text property of the label to &Assessed value:
b. Add a text box to the form, select the text box by clicking on it and change the Name property to txtAssessed and the Text property to blank
c. Add a label to the form, select the label by clicking on it and change the Text property of the label to Property tax:
d. Add a label to the form, select the label by clicking on it and change the Name property to lblTax, the AutoSize property to false, BorderStyle property to FixedSingle and the Text property to blank
e. Add a button to the form. Change the buttons Name and Text properties to btnCalc and &Calculate, respectively. You do not have to code the btnCalc click event procedure
f. Add a button to the form. Change the buttons Name and Text properties to btnExit and E&xit, respectively. Code the btnExit click event procedure to close the application when the button is clicked by the user. To code the event procedure, double-click on the Exit button on the interface then enter the appropriate statement.
g. Make sure the tab order is correct (focus goes from txtAccessed text box to Calculate button then to Exit button
3. Lock the controls on the form by selecting the form, then change the Locked property to True
4. Start the application by clicking the Start button on the Visual Studio menu, then test the Tab Order, Access keys, Exit button and close the solution
5. Create a programming assignment folder per the video in Week 1Reading and Course Materials. The name of your assignment folder should be WK3 C2P your last name In the folder, place the .exe file and an image of the Main Form.vb file (pdf or .jpeg or .png). Zip the folder per the video and submit it as the assignment solution file.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!