Play SAH
Search
Log in
Register
/
Forams
SUPERJER FORAMS
≡
Forum Index
Play SAH
Search
Register
Log in
SuperJer.com
Visual Freakin' Basic
Visual Freakin' Basic
if( while ) switch{ coding } ++
— Page [1]
sprinkles
2009 Sep 6 • 2547
10 ₧
Ok I am working on multiple projects at once so this will be where I put all of my problems.
Rich Texbox
So how do I make it change the colour of a certain word like a html editor or something?
≡
2009 Dec 21 at 00:22 UTC
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
No idea. Why not look at the rich text box methods? It should be a class, after all. There will be a MSDN page on it.
I give a little into the moment like I'm standing at the edge (I know)
That no-one's gonna turn me 'round
Just one more step, I could let go
≡
2009 Dec 21 at 01:02 UTC
sprinkles
2009 Sep 6 • 2547
10 ₧
Visual Basic code
Dim instance As RichTextBox Dim value As Color value = instance.SelectionColor instance.SelectionColor = value
≡
2009 Dec 21 at 01:23 UTC — Ed. 2009 Dec 21 at 01:23 UTC
Page [1]