You are viewing our Forum Archives. To view or take place in current topics click here.
Need Help With Gamer Card Viewer.
Posted:
Need Help With Gamer Card Viewer.Posted:
Status: Offline
Joined: Oct 28, 201113Year Member
Posts: 137
Reputation Power: 7
Hello,
I am working on a program in Visual Studio that when you enter someones gamer tag then it will show your gamer card and picture etc. When I enter a fake gamer tag that does not exist into the program it shows a gamer card but with no stats and achievements. But if a enter a real one then it just shows a blank picture without anything. I need help and can someone tell me what I am doing wrong.Thanks.
I am working on a program in Visual Studio that when you enter someones gamer tag then it will show your gamer card and picture etc. When I enter a fake gamer tag that does not exist into the program it shows a gamer card but with no stats and achievements. But if a enter a real one then it just shows a blank picture without anything. I need help and can someone tell me what I am doing wrong.Thanks.
#2. Posted:
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 80
Reputation Power: 3
This is because their site cant acces XboxLive atm, just wait for a few hours. I have never used the site you have in your code but it seems like you are entering a link that may not be valid unless they have actually created the gamercard. I would recommend using an invisible WebBrowser control which navigates to the site and then use GetElementById
This would allow users to create their gamertag and then view it(With more code obv). If you need a hand PM me or add me on Skype, GameDev14
This would allow users to create their gamertag and then view it(With more code obv). If you need a hand PM me or add me on Skype, GameDev14
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
#4. Posted:
Status: Offline
Joined: Jan 20, 201410Year Member
Posts: 115
Reputation Power: 4
Status: Offline
Joined: Jan 20, 201410Year Member
Posts: 115
Reputation Power: 4
GameDev14 wrote This is because their site cant acces XboxLive atm, just wait for a few hours. I have never used the site you have in your code but it seems like you are entering a link that may not be valid unless they have actually created the gamercard. I would recommend using an invisible WebBrowser control which navigates to the site and then use GetElementById
This would allow users to create their gamertag and then view it(With more code obv). If you need a hand PM me or add me on Skype, GameDev14
This should work. I'll try testing it out later for you.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.