Currency Converter in Windows Mobile App

Design of a currency converter app in Windows mobile.

Description: The following program is currency converter.This program converts one currency unit into another currency.

The program can convert Rupees to the following currencies.
Dollar (unit of dollar is 61.22)
Yen      (unit of yen is 0.60)
Pound (unit of pound is 101.76)
Events used:-
textbox1_textchanged() = stores entered value
Cl_selectedIndexchanged() = selects the currency to be converted to.
b1_click = Performs conversion operations.
b2_click = clears all components.

Namespaces used:-
System.Data = This namespace provides access to class that represent the ADO.NET architecture . ADO.NET let’s you build components that efficiently manage data from multiple data sources .
System.Drawing = The System.Drawing namespace provides access to GDI + basic graphics functionality.
System.Text = The System.Text namespace contains classes that represent ASCII and Unicode character encoding.



Comments