Class Project VB.net beginners Help
This is a crazy easy project I have the form designed but I need help with the coding.
The project is Liters to gallons converter,
Textbox1: liters, for input
Textbox2: pints, read only for output
Textbox3: gallons, read only for output
Labels for the above textboxes
Compute button: btnCompute
Reset button: btnReset
Code the following methods: btnCompute_Click() and btnReset_Click()
I have the form setup but I dont understand how to make the buttons compute the liters to gallons, can anyone out there help?