|
-
January 18th, 2000, 08:31 PM
#1
rich text boxes
how do I change the fontsize of a rich text box? or make the font of it bold, italic, underline, and/or strikethru?
-
January 18th, 2000, 08:42 PM
#2
Re: rich text boxes
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|