Xbox live gamertag retriever
Posted: Thu Apr 08, 2010 12:15 am
for this tutorial you will need
1 picturebox
1 textbox
1 button
1 gamertag 2 test with
now arrange it some what like this
![Image]()
now we need to add the code.
ok its easy for this code just add the following code under button 1
1 picturebox
1 textbox
1 button
1 gamertag 2 test with
now arrange it some what like this

now we need to add the code.
ok its easy for this code just add the following code under button 1
Code: Select all
also under form1_load add
PictureBox1.ImageLocation = "http://card.mygamercard.net/" & TextBox1.Text & ".png"
Code: Select all
msgbox("please replace spaces in your gamertag with '+' , thanks!")