Hi:)
I want to change the formatting of a rich text box's selected text with lines of different sizes. For example if I have written
" I code in VB " (any font, size 72, bold)
on the first line and
" VB is easy " (any font, size 48, Italic)
on the second.
I want to change it when I click a button to make both like:
" I code in VB " (any font, size 72, bold, underline)
on the first line and
" VB is easy " (any font, size 48, Italic, underline)
on the second.
Note that the lines are just examples and the user of my program types them to change them. I am making a different kind of program like MS Word.
PLEASE HELP:)