Currency

Does any one know hoe to make a currency converter in visual Basic?

If so please can you send me the code or file please. (send it to r.campbell121@btinternet.com thanks

Public Comments

  1. lets say we have text1 as the meter textbox and text2 as the centimeter textbox as the simplest conversion example: sub text1 change text2.text = str(val(text1) * 100) end sub so when you type a value in the meter box, it will multiply it by 100 and show the result in the centimeter box.
  2. It's not difficult. Is this some homework you need to do?
Powered by Yahoo! Answers