Results 1 to 2 of 2

Thread: very URGENT

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    174

    very URGENT

    Hi All,
    I am using a rich edit box, Inside this I wnat to disply some items to be BOld , and other Italis etc.... and also depends on some condition the color also i wnt to change...How can i achieve this...plz give me better suggestions with good exam[ples.


    Thanks in Advance

  2. #2
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    this should give you hint...
    VB Code:
    1. RichTextBox1.SelectionFont = New Font(RichTextBox1.SelectionFont, RichTextBox1.SelectionFont.Style Xor FontStyle.Bold)

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