Results 1 to 5 of 5

Thread: Syntax Highlighting Text Box

Threaded View

  1. #1

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Syntax Highlighting Text Box

    I created a Win Form text box, that inherits from RichTextBox, that will highlight key words. I used an interface so additional languages can be added in the future. Right now I've just done SQL highlighting. As of now the box will not do block commenting, but I'm thinking of adding it when I get some time. Original code came from
    http://pietschsoft.com/Blog/Post.aspx?PostID=491

    [EDIT] New version added below
    Last edited by wild_bill; Jul 27th, 2007 at 09:48 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