Hi, how can we add some tools that can change the font of text, color, cut and paste and so on.
Visual Basic Express Edition
Hi, how can we add some tools that can change the font of text, color, cut and paste and so on.
RichTextBox1.Font. 'Method here
Hi Paul,
How can i insert the font dialog i'v never been use that dialog...
With FontDialog1
.ShowDialog()
RichTextBox1.SelectionFont = .Font()
End With
yeah!! i got it now
dim x as new font(x.font.fontfamily, x.font.style, x.font.sizebypoints)
richtextbox1.selectedfont = x
thanks ur a champ
by the way how about, numbered or bulleted list indent and outdent
RichTextBox1.SelectionBullet = True