There are no comments yet...Kick things off by filling out the form below.
.NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML.
The aim of this article is to share with you something I found was really challenging for me to build. I had to include some code in different articles (including this one) and I wanted to get the code colorized and properly formatted.
I was amazed by the lack of information on HTML syntax coloring in VB.NET.
If you are a PERL programmer then you are lucky as you have the Code2HTML library. My PERL skills being very poor, I decided to write something for the .NET platform. This example can be used with .NET 2.0 and above....
