Visual Freakin' Basic

Visual Freakin' Basic

sprinkles

Chrome Whore
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 20 at 16:22 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
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.
 
 
 
2009 Dec 20 at 17:02 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Visual Basic code
Dim instance As RichTextBox Dim value As Color value = instance.SelectionColor instance.SelectionColor = value
 
 
 
2009 Dec 20 at 17:23 PST — Ed. 2009 Dec 20 at 17:23 PST
Page [1]