C# HTML Renderer - Any interest?

B

Bruce Shankle

All,

I have developed an HTML Renderer for the compact framework written
entirely in C#. Since there is no pIE or rich text control, I just had
to do this.

It supports a subset of HTML (no scripting, or CSS, your HTML must be
parsable by the CF XmlDocument class), but it allows one to have a
reasonably rich user-interface without having to use unmanaged code
hooks into pIE.

I wrote it as part of a project I'm working on but my boss is open to
offering this component to other developers who may be in need of a
managed HTML Renderer. I told him there may be a market for it, so I'm
asking you guys out there if there is any interest.

If there is interest, I'll put some screenshots of it up on the net for
you guys to look at.

IMHO, this functionality should have been included in the core framework.


-Bruce Shankle
eshankle AT nc.rr.com (replace AT with @)
 
S

Scytale

I would love to see the screenshots, and any code you could share. Thanks.

Bryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top