Hey dudes,
I got a question. I need to make some color changes to my text strings in my bot.
Oh yea, the app is at
I didnt think anyone would be too interested cuz its a bible bot. But check it out of you want.
Anyway, I need to make sub strings different colors. Some are fixed, and some are varable length.
What I wanna know is, how can I have a few words 1 color and some more words another color.
What I am doing is using a Richtextbox that really doesnt exist on the form. I just create the control at load time and use and reuse it to send text to the room.
Like this:
RTB5 = "Some text" & text1.text & "Some more text"
I also use
RTB5.SelLength = Len(RTB5.Text)
and then change the color for all the text. What I wanna know is how to change the seperate snippets.
Anyone got any suggestions?
intercepter_3