P
PJ6
Years ago I looked for a text editor control that would do automatic keyword
highlighting, to no avail. I found sample code to roll my own, but all of
that was crap (mostly because of the way the RichTextBox base class was
written, and the limitations of GDI+). I ended up coming to conclusion that
I'd have to write my own in C++ to make it work right, at which point I gave
up. Now it seems there are controls out there that may do the trick (i.e.
actipro's syntax editor)... are any highly recommended? My primary objective
is text editing with SQL syntax highlighting identical to Enterprise
Manager, but VB/C# syntax highlighting may be nice, too.
Paul
highlighting, to no avail. I found sample code to roll my own, but all of
that was crap (mostly because of the way the RichTextBox base class was
written, and the limitations of GDI+). I ended up coming to conclusion that
I'd have to write my own in C++ to make it work right, at which point I gave
up. Now it seems there are controls out there that may do the trick (i.e.
actipro's syntax editor)... are any highly recommended? My primary objective
is text editing with SQL syntax highlighting identical to Enterprise
Manager, but VB/C# syntax highlighting may be nice, too.
Paul