|
-
Aug 24th, 2004, 10:13 PM
#1
Thread Starter
Frenzied Member
String to RichText? (Solved)
I have a string that has the following symbols:
(This is an old project I am trying to code better)
I put this text in a richtextbox and loop through it changing the *-O into an M using the font "Wingdings" with size 10 and color vbBlue...
This *-O appears a lot in the string and so it makes the form load after a lot of time... I was wondering if there was an easier (and faster) way to do this in order to display the text correctly in the RichTextBox.
I appreciate your help
P.S. I want to change the -> to g using the font "Wingdings 3", size 10 and color vbBlack and then-v to ? using the font "Wingdings 3", size 10 and color vbBlack (just in case you were wondering about it)
Last edited by Tec-Nico; Oct 3rd, 2004 at 01:49 PM.
We miss you, friend...  Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico
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
|