Page 1 of 2

Xbox live gamertag retriever

Posted: Thu Apr 08, 2010 12:15 am
by zachman61
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
Code: Select all
PictureBox1.ImageLocation = "http://card.mygamercard.net/" & TextBox1.Text & ".png"


also under form1_load add
Code: Select all
msgbox("please replace spaces in your gamertag with '+' , thanks!")

Re: Xbox live gamertag retriever

Posted: Thu Apr 08, 2010 1:02 pm
by Insignia
Nice, Runs smoothly altho I replaced the msgbox with a label.

Re: Xbox live gamertag retriever

Posted: Thu Apr 08, 2010 7:06 pm
by GoodGuy17
Doesnt work anymore.

Re: Xbox live gamertag retriever

Posted: Fri Apr 09, 2010 4:56 am
by zachman61
still works for me
ill try and work a patch for older windows unless your vista or 7 which are you ?

Re: Xbox live gamertag retriever

Posted: Fri Apr 09, 2010 7:15 am
by GoodGuy17
I have Windows XP.

Re: Xbox live gamertag retriever

Posted: Fri Apr 09, 2010 6:58 pm
by zachman61
ok ill try to adapt the code for windows xp

:)

Re: Xbox live gamertag retriever

Posted: Thu Apr 22, 2010 5:50 pm
by jeezy09
this works great for me thanks for the tutorial :geek:

Re: Xbox live gamertag retriever

Posted: Thu Apr 22, 2010 7:14 pm
by zachman61
what operating system are you using?

Re: Xbox live gamertag retriever

Posted: Thu Apr 22, 2010 8:07 pm
by Lewis
I got it working for myself (Windows xp) I'm currently trying to make it so that the user doesnt have too put "+"

Re: Xbox live gamertag retriever

Posted: Thu Apr 22, 2010 9:55 pm
by zachman61
you can also use
%20