Results 1 to 3 of 3

Thread: Text color question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Boulder, Colorado
    Posts
    22
    Fellow VB'ers,

    Is there a way to insert different color text into text box, like an HTML editor does when it inserts tags?

    C-Dog

  2. #2
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    Ask for help with the Rich Text Box
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  3. #3
    Junior Member
    Join Date
    Dec 2000
    Posts
    16
    When using the Microsoft RichTextBox (RTF) Control:

    Use SelColor property to change the text color.

    Example:
    RichTextBox1.SelColor = vbRed

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