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)