syntax highlighting in c#
-
hi, how do i highlight syntax in c# as soon as I open a text file which contains c# code in it into a richtextbox in windowsforms.
Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.
-
hi, how do i highlight syntax in c# as soon as I open a text file which contains c# code in it into a richtextbox in windowsforms.
Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.
veluru krishna wrote:
how do i highlight syntax in c# as soon as I open a text file which contains c# code in it into a richtextbox in windowsforms.
You might want to read up on the subject of Language Processors. Syntax highlighting is a form of language processing.
*** Developer Day 4 in Reading, England on 2nd December 2006 - Registration Now Open *** Upcoming Scottish Developers events: * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog | Photos
-
hi, how do i highlight syntax in c# as soon as I open a text file which contains c# code in it into a richtextbox in windowsforms.
Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.