Create an application using the following names for the solution and project, respectively: Tile Solution and Tile

Question:

Create an application using the following names for the solution and project, respectively: Tile Solution and Tile Project. Save the application in the VB2015\Chap03 folder. Change the form file’s name to Main Form.vb. Change the form’s name to frmMain. The manager of Tile Unlimited wants you to create an application that displays the area of a rectangular floor (in square feet) and the total cost of tiling the floor. Use text boxes to get the floor’s length and width measurements (in feet). Use the InputBox function to get the price of a square foot of tile. The price may vary, so it will need to be entered before each calculation. Be sure to use variables and the TryParse method in your code. Also be sure to enter the three Option statements in the General Declarations section. Display the total cost amount with a dollar sign and two decimal places. Display the area with two decimal places. Clear the calculated amounts when a change is made to the floor measurements. Save the solution, and then start and test the application.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: