Visual Basic to HTML Converter

PHP No Comments »

Because I've been bringing a lot of my old Visual Basic code online recently I was looking for a way to easily display Visual Basic code on a webpage. I needed something that could take my existing Visual Basic code, convert it to HTML, apply color coding to it (which is technically called syntax highlighting), and then display it in valid XHTML. I was preferably looking for something written in PHP rather than relying on an external program, website, or VB Add-In. Since I couldn't find anything satisfactory on the web I decided to write my own.

Read the rest of this entry »

Entries RSS Comments RSS Log in