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.
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!")
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

Nice, Runs smoothly altho I replaced the msgbox with a label.
still works for me
ill try and work a patch for older windows unless your vista or 7 which are you ?
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 

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 

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 

I got it working for myself (Windows xp) I'm currently trying to make it so that the user doesnt have too put "+"
you can also use
%20
%20
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

Copyright Information
Copyright © Codenstuff.com 2020 - 2023