|
|
Title | Build a calculator with a European flavor |
Description | This example shows how to build a calculator with a European flavor in Visual Basic 6. This is a basic calculator with buttons for Euro/Pound Sterling conversions. You can change the conversion rate so you could use it to convert between any two currencies, units of measure, or whatever. |
Keywords | calculator, euro, pound |
Categories | Algorithms, Miscellany |
|
|
Thanks to Greg Doran, Dublin Ireland.
The program's numeric buttons add values to an accumulator. Function keys perform operations on the values. See the code for details.
|
|
|
|
|
|