RichTextbox with c# Code highlight

  • Thread starter Thread starter michelqa
  • Start date Start date
M

michelqa

Hi,

I need a RichTextBox with c# code syntax highlight. I already
checked at some examples and differents components but ... I was
wondering if someone has something to recommands....

- Basic C# syntax highlight
- configurable

If possible in bonus : code outspacing, autocomplete, intellisense or
event something identical to original VS code syntax display/ coding
feature. Is microsoft already provide such component? What is the
best solution to choose?

Thanks
 
You could use pieces of the SharpDevelop project. They aren't ideal,
but they're likely the best you can get without a whole lotta work and
money.
 
You could use pieces of the SharpDevelop project. They aren't ideal,
but they're likely the best you can get without a whole lotta work and
money.

I Will take at look at the project again. So look like microsoft
doesnt provide syntaxic highlight, intellisence or any editing code
features :( Thanks
 
Back
Top