Creating an Editor - using VS

robertb_NZ

Well-known member
Joined
May 11, 2010
Messages
146
Location
Auckland, New Zealand
Programming Experience
10+
I am planning to create an editor for a specialized language in VB. This will have a text editor for program logic: I would like this to look and behave as much like Visual Studio as possible, with Intellisense, keywords in color, and so on. I have been experimenting with a RichTextBox but this doesn't support AutoComplete, and in spite of assigning values to the SelectionColor property I can't seem to set colors.

Is there a better way? Is it possible to use VS objects, allowing me to concentrate on the language and systems interfaces.

Thank you, Robert.
 
Back
Top