Hello Visual Basic.Net

Learn Visual Basic.Net in 15 step-by-step lessons.

hello-world.com
Privacy Policy

Site map

Hello-World

Using what you learned in lesson 11, create the application described below:

A menu lets the user select a conversion: inches to centimeters, pounds to kilos, etc.
The menu should allow at least 5 choices.
A scroll bar can then be used to make the conversion.
Make sure that all labels correspond to the conversion selected.
Hint: an array and case statements will make this easier.
Note: There is just one scroll bar in the program.


Copyright © Hello World Publications. All rights reserved worldwide.

hello-world.com
Privacy Policy

Site map

Hello-World