FontDialog question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    #1

    FontDialog question

    Hi all,

    I've been trying to update the font style in a RichTextBox using FontDialog.
    But when I use this method (Rather than change each attribute individually)
    all the text in the RTB changes to the new font. Is there any way to just
    make the selected text change or the text from that point onwards change,
    leaving the rest intact?

    Chris


  • Chris

    #2
    Re: FontDialog question

    It's ok, with a bit of messing I discovered how :)

    Chris

    "Chris" <misterjingo@mi sterjingo.com> wrote in message
    news:clQqf.2530 4$vl2.2468@fe2. news.blueyonder .co.uk...[color=blue]
    > Hi all,
    >
    > I've been trying to update the font style in a RichTextBox using
    > FontDialog. But when I use this method (Rather than change each attribute
    > individually) all the text in the RTB changes to the new font. Is there
    > any way to just make the selected text change or the text from that point
    > onwards change, leaving the rest intact?
    >
    > Chris
    >[/color]


    Comment

    Working...