I'm not sure if this is the right forum or not, but whats a good tool to convert VB.NET code to HTML. Something that keeps the spacing and coloring so you can post code snippets in a web page.
Printable View
I'm not sure if this is the right forum or not, but whats a good tool to convert VB.NET code to HTML. Something that keeps the spacing and coloring so you can post code snippets in a web page.
i've been busy building one for a while now :) i have one made in vb.net , one in C# and now one i made in managaged C++.
the only one that converts code to html / keeping the colouring and spacing is the one in .net so far.
i'll have a root around on my discs for it:)
Edit: thats how my code appears as the same color's as in .net's code window on here ( using the convert to Forum tags version )
Right on. Yeah I guess I didn't notice but your post always have all the keywords right. If you can post that tool when you find it then I would be grateful. Thank you very much.
Why such pain? Just open microsoft word, change to web layout, copy paste the code to it, and save it as Web Filtered. Ofcourse it wont give you a clean html code, but still good.
Yeah I have done that in the past but now I am storing html in a database and I got tired of the bloated code word creates.