Help with text replace in VB.NET
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
Hello,
I need super little help, what is the replace code for textbox? i dont know why textbox1.text.replace("a","A") or anything wont work..
Thanks!
I need super little help, what is the replace code for textbox? i dont know why textbox1.text.replace("a","A") or anything wont work..
Thanks!
Code: Select all
try thistextbox1.text = textbox1.text.replace("text", "new text")
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023