Purchase Solution

Distance Conversion Application: Visual Basic .NET

Not what you're looking for?

Ask Custom Question

After loosing $125 million dollars in the Mars orbiter crash, NASA hired you to develop an application that will allow them to convert distances from English to metric units.

First, install VB.NET.
Create a new solution named MichaelWhitaker_Unit01.
The form will contain a minimum of two text box control instances.
One text box will be used to input the value to be converted, and the second text box will be used to display the results from the calculation.
Text boxes, when used to display results, must be read-only.
Write the code to perform the calculations required. Make the Calculate button the Accept button.
Create a Clear button that will clear both text boxes.
Create an Exit button.
Use labels to identify each text box used in the form.
Make sure the application accepts and calculates decimal values.

Need in visual basic 2008 in a zip file.

Purchase this Solution

Solution Summary

This solution deals with the conversion of distance from English to Metric units. This solution also provides a graphical interface including several controls such as text box controls.

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.