I have developed my own scripting language to query my datasource with some unique logic, I want to offerthis script to my users and would like to show it in a textbox where they can type the syntax and receive the feedback by the color of the text they are typing, so for example I want pretty much color-code like .net does, i.e. I want blue keywords, green comments etc..
What i want to ask, is if there is some way to color code my text without using 3rd parties components, especially if paid per use but in general terms I would prefer to use .net controls.