Need Help With CBL Checker For Combat Arms
I was making a Multi-Tool for Combat Arms I made a CBL checker with this code.
for some reason the image comes up as a cat(lol wtf) no matter what you type BUT if I use a webbrowser it shows the right image and I can't use a webbrowser because the stuff you release can't connect to the internet.
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If RadioButton1.Checked = True Then
PictureBox1.ImageLocation = "http://sig.thecbl.net/player/" & TextBox1.Text & ".jpg"
End If
If RadioButton2.Checked = True Then
PictureBox1.ImageLocation = "http://sig.thecbl.net/clan/" & TextBox1.Text & ".jpg"
End If
