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 = AviPic
Code:
            Dim GOGold As String = Wrapper.Between(strHtml, "Gold: </span>", "<")
            Label3.Text = "Gold: " & GOGold