A textbox/richtextbox that has syntax highlighting? [C#]

Kredns picture Kredns · Jul 6, 2009 · Viewed 48k times · Source

Where can I find a control for WinForms that will highlight source code pasted into it? I would like one that has syntax highlighting support for many different languages but if it only works with C# I would be fine with that also.

Answer

Fernando picture Fernando · Jul 6, 2009

Scintilla.NET is probably what you're looking for