Results 1 to 3 of 3

Thread: How to change RTB's Forecolor?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Exclamation

    Good adternoon,

    How can I change RTB's Forecolor?

    Thanks
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    New Member
    Join Date
    Aug 2000
    Location
    Denver, CO
    Posts
    10
    <Code>
    Private Sub cmdRed_Click()
    rtf.SelColor = vbRed
    rtf.SetFocus
    End Sub
    </Code>

  3. #3
    Guest
    Use square brackets on your code to format it.
    [code]
    'Code goes here
    [/code]

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