I'v tried it and it's not working for me but it's not giving me any errors neither any result :/
Code:Dim AviPic As String = Wrapper.Between(strHtml, "<img src=" & Chr(34), Chr(34) & " alt=" & Chr(34) & "My Avatar") PictureBox1.ImageLocation = AviPicCode:Dim GOGold As String = Wrapper.Between(strHtml, "Gold: </span>", "<") Label3.Text = "Gold: " & GOGold
Results 1 to 4 of 4
Thread: whats wrong with this code?
Threaded View
- 20 Aug. 2011 05:29pm #1
whats wrong with this code?