A textbox/richtextbox that has syntax highlighting? [C#]
c#, richtextbox, syntax, textbox, winforms
Solution
Scintilla.NET is probably what you're looking for
Problem
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.