Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear

Can you send me currency convertor code in VB.NET?
I have tried to below code
VB.NET
using Zayko.Finance;
...
CurrencyData cd = myCurrencyConverter.GetCurrencyData("USD", "EUR");
// Convert US Dollars to Euros


But error at "myCurrencyConverter"

Please help me.

Abid Ali
[Phone number removed]
[Email address removed]
[Email address removed]
Posted
Updated 16-Feb-13 1:59am
v2
Comments
Richard MacCutchan 16-Feb-13 8:02am    
You have not told us what the error is so we cannot answer your question, although I suspect that myCurrencyConverter has not been initialised correctly. And if you want free code then use Google to search for it.

1 solution

Hi,
You can find the step by step instruction in below URL
http://v4.vbasic.net/how-to-create-a-currency-converter-in-visual-basic-net/[^]

Best Regards
Muthuraja
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900