I need help creating a form that accepts a conversion type and that value to be converted from the user and then calculates the converted value.
The user selects the conversion to be performed from the combo box list and the application modifies the labels that indicate the "from" and "to" lengths accordingly. It also clears the "from" entry and the result of that last calculation.
The user enters the "from" length and clicks the Calculate button presses the Enter Key.
The program performs the conversion and displays the result.
To end the program the user clicks the Exit button or presses the Escape Key.
The application should check the length entered by the user to make sure it is a valid decimal value.
Mile to Kilometers 1 mile = 1.6093 kilometers
kilometers to miles 1 kilometer = 0.6214 miles
feet to meters 1 foot = 0.3048 meters
meters to feet 1 meter = 3.2808 feet
inches to centimeters 1 inch = 2.54 centimeters
centimeters to inches 1 centimeter = 0.3937 inches