|
Add a form to the dollars 2 francs (Project menu/add windows
form) and name it multiple
On this new form, use a label (Enter dollar amount) and a text
box for the amount.
Place 6 radio buttons (name them) on the form
Next to or below each radio, place a label (name them)
Use these 4 and then you choose 2 of your own from
OANDA for a total of 6
radio buttons.
Euro =
Mexican Peso =
British Pound =
Japanese Yen =
- Show the converted amount with
each click of the radio button in the label
- you only need to name objects used in the code
- Use a Clear Button to
clear all radio buttons,
textboxes, labels, and set focus on the textbox
- add another form that shows for 3
seconds (include the site where rates are from along with the date you got
the rate)
- Rates are
from: http://www.oanda.com/currency/converter/
- add a button to the dollars 2 francs form (more
conversions) that will show this "splash form" you added
- In a new group:
-
Add checkboxes listing the
currency types
-
Add a command button (Convert)
- In a new group:
- Add a combobox listing the currency types
|