~Requirements~
Microsoft Visual Studio
1 ComboBox
1 TextBox
1 Button
1 PictureBox
If ComboBox1.Text = "Clan" Then PictureBox1.ImageLocation = "http://sig.thecaconline.net/clan/" + TextBox1.Text + ".jpg" End If If ComboBox1.Text = "" Then MsgBox("Enter Clan/User Name") End If If ComboBox1.Text = "User" Then PictureBox1.ImageLocation = "http://sig.thecaconline.net/player/" + TextBox1.Text + ".jpg" End If
Very helpful.
Nitehawk772Rocks 4 months ago