I would like a text editor component that color codes SQL Statements like you would see in SQL Server Management Studio. I want to drop it on a form so I can write sql statements and send the queries to my database. It is not necessary to have intellisense but it would be a plus. Is there something like that out there?
+2
A:
Looks like someone asked a similar question and ended up being pointing to ScintillaNET
cfeduke
2009-09-11 19:43:33
And it supports intellisense and code snippets too :)
Thomas Levesque
2009-09-24 09:57:58
A:
The source to Query Express is available; I'm not sure how difficult it would be to integrate with your application.
TrueWill
2009-09-11 22:34:42
A:
Simon Hughes
2009-09-24 09:50:29
A:
Thanks all for the information. I have tried Scintilla and I am really happy with it. I strongly recommend it.
Gia
2009-12-27 20:36:11