I started to write a HTML renderer in C# just as a learning exercise. I managed to get the simple stuff like bold and headers going. In doing so I bumped into a number of problems and I hoping I could have a look at how other people got around those problems.
A:
The short answer is 'no'. Have a look at Chris Cavanagh’s blog entry on how he embedded the Chrome HTML renderer into his WPF application. You will probably have to do something similar
Pieter Breed
2009-10-14 15:51:50
Thanks for the answer Pieter. The thing is that I am looking for the rendering code, not for something to render it for me.
Geoff
2009-10-14 15:54:25
A:
I'm pretty sure Webkit is what you're looking for, but I haven't looked into it extensively. Good luck!
TomFromThePool
2009-10-14 15:52:27
That is exactly what I am looking for, just written in C#. Thanks for the answer any way.
Geoff
2009-10-14 15:56:22
A:
http://khaos.codeplex.com/ is a project on codeplex. they trying to create wpf-based rendrer.
Trickster
2009-10-14 16:25:11