Question: I don't understand how to do this Visual Basic program: Create an application that allows the user to enter two numbers on a form similar
I don't understand how to do this Visual Basic program: Create an application that allows the user to enter two numbers on a form similar to the one shown below. The application should determine which value is larger than the other, or it should determine that the values are equal. Before comparing the numbers, you will need to check if user has input something into those 2 TextBoxs controls and then use the IsNumeric function to verify that both inputs are valid numeric values. If an error is found, display an appropriate message to the user. Use a Label control to display all messages. (Do not use the Try-Catch Statement)The form should have a Compare button to do the comparison, an Exit button to close the application, a Clear button to clear everything and put focus back to the 1st TextBox control. You will need to assign keyboard Access keys to Buttons.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
