Xbox live gamertag retriever

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
17 posts Page 1 of 2
Contributors
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Xbox live gamertag retriever
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!")
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
Insignia
VIP-Member
VIP-Member
Posts: 238
Joined: Thu Feb 11, 2010 5:15 pm

Re: Xbox live gamertag retriever
Insignia
Nice, Runs smoothly altho I replaced the msgbox with a label.
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Xbox live gamertag retriever
GoodGuy17
Doesnt work anymore.
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Xbox live gamertag retriever
zachman61
still works for me
ill try and work a patch for older windows unless your vista or 7 which are you ?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Xbox live gamertag retriever
GoodGuy17
I have Windows XP.
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Xbox live gamertag retriever
zachman61
ok ill try to adapt the code for windows xp

:)
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
jeezy09
VIP - Donator
VIP - Donator
Posts: 25
Joined: Wed Mar 31, 2010 1:51 am

Re: Xbox live gamertag retriever
jeezy09
this works great for me thanks for the tutorial :geek:
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Xbox live gamertag retriever
zachman61
what operating system are you using?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Xbox live gamertag retriever
Lewis
I got it working for myself (Windows xp) I'm currently trying to make it so that the user doesnt have too put "+"
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Xbox live gamertag retriever
zachman61
you can also use
%20
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
17 posts Page 1 of 2
Return to “Source-Code”