Results 1 to 2 of 2

Thread: RichTextBox

  1. #1

    Thread Starter
    Hyperactive Member rockies1's Avatar
    Join Date
    Jul 1999
    Location
    Stuck at work
    Posts
    375
    Where can I find a good description or tutorial on how to use this darn thing??

    Thanks!!
    Morgan
    [email protected] - Home
    [email protected] - Work
    Using VB6 SP6 but trying to learn VB2005EE

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    MSDN

    That's where I learned it. Just remember not to loop the rtfbox.Find() method because it's slow.

    If you want to do multiple searches, dump the rtfbox.text to a string then use InStr()

    single lookups are not a problem though

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