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:

Dima
  • Challenger
Status: Offline
Joined: Oct 28, 201112Year Member
Posts: 136
Reputation Power: 5
Status: Offline
Joined: Oct 28, 201112Year Member
Posts: 136
Reputation Power: 5
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.

[ Register or Signin to view external links. ]


[ Register or Signin to view external links. ]


[ Register or Signin to view external links. ]
#2. Posted:
GameDev14
  • Junior Member
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
#3. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
This is silly. The gamercard thing is over used, why not try something alot better:
[ Register or Signin to view external links. ]
#4. Posted:
kpempire
  • Challenger
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.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.