Hi,
I am using VB 2005
How to replace Selected Text in RichTextBox ?
Thanks in advance
Hi,
I am using VB 2005
How to replace Selected Text in RichTextBox ?
Thanks in advance
vb Code:
RichTextBox1.SelectedText = "YourText"
Hi,
There is no Seltext.
I change it to RichTextBox1.SelectedText and it's working OK
Thanks