techniks

HTML Renderer

Yes, this is what you thinking. A 100% managed code library capable of rendering HTML out of nowhere, with just a simple call.


    Yes, this is what you think. A 100% managed code library capable of rendering HTML out of nowhere, with just a simple call. The thing is, the library is not quite ready.

    Design Goals

    • It must draw HTML fragments.
    • Use 100% managed code.
    • It must be fast and furious. OK, forget about furious.
    • It must be simple to use.

    Cases of use

    The library is quite ready to be used and exists under the System.Drawing.Html namespace. And its compiled under the System.Drawing.Html.dll file.

    Three System.Windows.Forms controls come with the library, that will make your life easier.

    • HtmlLabel Just like Label control you know, but this label supports HTML tags.
    • HtmlPanel Pass HTML to its text and enjoy.
    • HtmlToolTip Just like the ToolTip you already know, but this tooltip supports HTML tags.

    Documentation

    Download the demo and check the documents available.

    ENJOY


    Bookmark and Share
     
    More comments >

    Post a Comment

    Your name: Your e-mail:
    Comment:
    Are you human?