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:
Status: Offline
Joined: Aug 13, 201014Year Member
Posts: 144
Reputation Power: 6
Status: Offline
Joined: Aug 13, 201014Year 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:
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
I can code
Just PM me what sort of stuff you need coded/added
- 0useful
- 0not useful
#3. Posted:
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")
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201014Year 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.
Derp herp, I just read the Op again and realized what it said. Ignore my comment lolz.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Aug 13, 201014Year Member
Posts: 144
Reputation Power: 6
Status: Offline
Joined: Aug 13, 201014Year 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!!!!
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.