how do I change the fontsize of a rich text box? or make the font of it bold, italic, underline, and/or strikethru?
Printable View
how do I change the fontsize of a rich text box? or make the font of it bold, italic, underline, and/or strikethru?
Hello...
This is a bit of coding taken from my project...
RichTextBox1.Font.Size = 12
RichTextBox1.Font.Bold = true
RichTextBox1.Font.Italic = true
RichTextBox1.Font.Strikethrough = true
RichTextBox1.Font.Underline = true
Hope this helps
____________________________________
The VB Bugs in my Life...