Question: (5 marks) Create a VB.NET Windows Form Application that does the following: (1) Display an interface, which includes a textbox and a button, for the

(5 marks) Create a VB.NET Windows Form Application that does the following: (1) Display an interface, which includes a textbox and a button, for the user to calculate the HST and total price of a textbook. The user is expected to input a price of a textbook into the textbox. (2) After the user inputs and clicks the button, A. Check if the user inputs a numeric value in the textbox using the IsNumeric(...) function. B. Display a message Please input the numeric price below the button if the users input in the textbox is not a number. C. Display two messages below the button if otherwise. One message starts with HST: followed by the value of the HST which is 15% of the users input in the textbox. The other message starts with Total: followed by the total price which is the sum of the HST and the users input in the textbox. Print your Form1.vb source code. Do NOT print/submit the user interface.

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 Databases Questions!