Unit Converter and Temperature Converter in Windows Mobile App

Design a unit convertor in windows mobile.

Description : The following program is a unit convertor ,this program converts one unit ofmeasurement to another unit of measurement.The program can convert values to thefollowing type of unit measurement.
Millimeter (‘mm’).
Centimeter(‘cm’).
Meter (‘m’).
Kilometer (‘km’).
Inch (‘inch’).
Foot (‘foot’).


Events Used:

t1_text changed()  - stores entered value.
d_selectedIndexChanged() – combo box to display the unit as label1.
c2_selectedIndexChanged()  - combo box to display the unit as label2.
b1_click() – Performs conversion operation and provisional result.




Design a temperature  convertor in windows mobile.

Description : The following program is a temperature convertor ,this program converts value from celcius to farheniet  .
EVENTS USED:
Button_click() – Check which unit is to be converted to (from radio buttons) and then perform s the conversion operation.
Button2_click() – Clears all values.







Comments