|
-
Jun 9th, 2010, 09:34 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Change a text in richtextbox but keep image in it
I have a richtextbox with images and text.
I want to change specified text but i want to keep my image.
How can i do that.
I use :
Dim aLines() As String = rtbDisplay.Lines
aLines(i) = aLines(i).Replace(str, "")
rtbDisplay.Lines = aLines
but do not work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|