Hi, I am using VB 2005 How to replace Selected Text in RichTextBox ? Thanks in advance
Have a nice day http://yulyos4vbnet.googlepages.com
vb Code: RichTextBox1.SelectedText = "YourText"
RichTextBox1.SelectedText = "YourText"
Please mark you thread resolved using the Thread Tools as shown
Hi, There is no Seltext. I change it to RichTextBox1.SelectedText and it's working OK Thanks
Forum Rules