Hallo i'm trying to build a funktion in my new program Death Knight - Armory that allow you to check Arena team but i need help agian, i can't fandt out have to make it when a user type in textbox3 a name with "im hot" then it open a url ex. wowhead.com/im+hot (+ instead for "space")
i have try this:
Code:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
If RadioButton3.Checked Then
Process.Start("http://eu.wowarmory.com/team-info.xml?r=" + TextBox4.Text + "&ts=2&t=" + TextBox3.Text + "&select=" + TextBox3.Text)
If textbox3.text = " " then
AddHandler = "+"
End If
end if
end sub
end class
Hope someone can help me agian : /