Results 1 to 5 of 5

Thread: VB.NET Code to HTML

  1. #1

    Thread Starter
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339

    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.

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    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]

  3. #3

    Thread Starter
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  4. #4
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    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

  5. #5

    Thread Starter
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width