08-14-2011, 08:14 AM
[NEED HELP] Currency coverter.
|
08-14-2011, 08:18 AM
Code: Dim myDatabuffer As Byte() = myWebClient.DownloadData("http://www.xe.com/ucc/convert/?Amount=" & amount.text & "&From=" & combobox1.text & "&to=" & combobox2.Text ") Remove the " after combobox2.Text
08-14-2011, 08:19 AM
(08-14-2011, 08:18 AM)Fragma Wrote: Now I only have one error left. The error is in this code: Code: "<td align="right">", "</td>", 0)
08-14-2011, 08:23 AM
It'll be because of "right". Not sure if this will work but try:
Code: "<td align="""right""">", "</td>", 0
08-14-2011, 08:26 AM
08-14-2011, 08:36 AM
By the way I've just read this in the pages source:
WARNING: Automated extraction of rates is prohibited under the Terms of Use. Not sure why they wouldn't allow it, but it might be worth contacting them just in case? I'll have a look into that bit of code anyway, give me a few minutes.
08-14-2011, 08:37 AM
(08-14-2011, 08:36 AM)Fragma Wrote: By the way I've just read this in the pages source: Well it's mostly for learning purpose. So I can study the code and get a understanding of it, and hopefully see it working.
08-14-2011, 08:49 AM
Code: Dim CON As String = GetBetween(download, _ Seems to work OK.
08-14-2011, 09:02 AM
08-14-2011, 09:06 AM
No problem, glad I could help.
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 11 Guest(s)