Results 1 to 12 of 12

Thread: [RESOLVED] Richtextbox - find special signs, and select bold [ Whole word only ]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2009
    Posts
    364

    [RESOLVED] Richtextbox - find special signs, and select bold [ Whole word only ]

    Hi,

    I would like to find, and bold some special signs in a richtextbox.text.
    Currently I can find only these signs, that have been settled in the code just like this:

    Code:
    RichTextBox1.find ("§")
    RichTextBox1.SelBold = True
    RichTextBox1.SelUnderline = True
    The question - how to find any signs within Richtextbox like §1 or §2 ....§200, and then bold them all
    Last edited by Fraps; Aug 12th, 2010 at 02:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width