You are viewing our Forum Archives. To view or take place in current topics click here.
need help in c# please guys
Posted:

need help in c# please guysPosted:

XTM
  • V5 Launch
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
ok so basically im making a gamertag changer tool and i have the coding for it thanks to liability, i dont know if i called it correctly tho im a noob when it comes to coding but im trying can anyone fix this error for me?
[ Register or Signin to view external links. ]
#2. Posted:
XTM
  • V5 Launch
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
anyone please? i always try to help others please guys
#3. Posted:
Fold
  • Moderator
Status: Offline
Joined: Oct 01, 201113Year Member
Posts: 2,844
Reputation Power: 19778
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
Status: Offline
Joined: Oct 01, 201113Year Member
Posts: 2,844
Reputation Power: 19778
Motto: Brandon has stopped paying for his motto advertising space. This motto is now vacant.
You forgot an extra parenthesis after textbox1.text

(GetBytes(Textbox1.text)); is what it should be and make sure you have the proper method for GetBytes in the code.
#4. Posted:
xChillest
  • TTG Addict
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Change your line with errors to this:
SetGamertag(Encoding.UTF8.GetBytes(textBox1.Text));
#5. Posted:
XTM
  • V5 Launch
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
xChillest wrote Change your line with errors to this:
SetGamertag(Encoding.UTF8.GetBytes(textBox1.Text));
ok bro it fixed that error now i got this one how do i fix this?
[ Register or Signin to view external links. ]
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.