Hello there!,
First of all thanks for this great control with so many possible options.
I tried to use it today without success. Unfortunately when I was doing :
Dim colorquery As String = New CodeColorizer().Colorize(query, Languages.Sql)
txtQuery.Text = colorquery
as the result I receive pure HTML in my text box instead of coloured text. Can you please explain what I am doing wrong?
Peter