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:
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
#2. Posted:
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
anyone please? i always try to help others please guys
- 0useful
- 0not useful
#3. Posted:
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.
(GetBytes(Textbox1.text)); is what it should be and make sure you have the proper method for GetBytes in the code.
- 0useful
- 0not useful
#4. Posted:
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));
SetGamertag(Encoding.UTF8.GetBytes(textBox1.Text));
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jul 12, 201113Year Member
Posts: 1,897
Reputation Power: 85
You are viewing our Forum Archives. To view or take place in current topics click here.