08-14-2011, 07:18 AM
(08-14-2011, 04:35 AM)Fragma Wrote: What have you got so far?
The URL is very straight forward, for example:
http://www.xe.com/ucc/convert/?Amount=10...EUR&To=USD
This means all you need to do, is replace the values in the URL, download the page, and extract the results.
Only the layout, I don't know how I would go about getting the converted number into a textbox.
I guess I would need to use webrequests right?