You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with my program!!!
Posted:

Need help with my program!!!Posted:

jamie1505
  • Challenger
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 144
Reputation Power: 6
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 144
Reputation Power: 6
I am making a mod program in visual basic 2010 and i need help with some code. So i need to delete all the same characters in a ritch text box Example ( "" ). If any one can help me post below and i will REP if the code works or you can send it me in a message THANKS!!
#2. Posted:
TTLxGaming
  • Wise One
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 553
Reputation Power: 25
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 553
Reputation Power: 25
PM Me Man

I can code

Just PM me what sort of stuff you need coded/added
#3. Posted:
Derp
  • TTG Senior
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 1,478
Reputation Power: 106
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 1,478
Reputation Power: 106

richTextBox1.Text = richTextBox1.Text.Replace("Character to replace", "What to replace it with")
#4. Posted:
RDCA
  • TTG Contender
Status: Offline
Joined: Jul 12, 201013Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201013Year Member
Posts: 3,612
Reputation Power: 173
If you are trying to put quotes in a string then you have to use a key-escape. Just put double quote marks I believe to use them in a string.

Derp herp, I just read the Op again and realized what it said. Ignore my comment lolz.
#5. Posted:
jamie1505
  • Challenger
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 144
Reputation Power: 6
Status: Offline
Joined: Aug 13, 201013Year Member
Posts: 144
Reputation Power: 6
Derp wrote

richTextBox1.Text = richTextBox1.Text.Replace("Character to replace", "What to replace it with")

THANK YOU SO MUCH I HAVE GIVE YOU SOME REP!!!!
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.