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 @)
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 @)