|
-
Nov 21st, 2003, 03:30 AM
#1
VB.NET Code to HTML
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.
-
Nov 21st, 2003, 03:37 AM
#2
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 )
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Nov 21st, 2003, 03:45 AM
#3
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.
-
Nov 21st, 2003, 04:08 AM
#4
Frenzied Member
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.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Nov 21st, 2003, 04:13 AM
#5
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|