Currency Converter

  • 12 years ago
    Hi all, Wondering if anyone can help. I'm going to develop a currency converter. I want my application to get realtime currency rates but I don't how to achieve this. If anyone could point me in the right direction that would be great. I have only been at vb.net about a month now so im kinda a newbie but I have a good basic grasp anyway. Thanks
  • 12 years ago

    A possible way to approach this is to write an application that calls and retrieves currency rates via a XML web service. A quick search reveals the following:

    1. Here's an example of a web service that returns currency rates

    http://www.webservicex.net/WS/WSDetails.aspx?WSID=10

    2. Here's some example code of consuming the service above

    http://www.startvbdotnet.com/web/sample2.aspx

     

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The greatest performance improvement of all is when a system goes from not-working to working.” - John Ousterhout