Web Browser code in C#
Date: 07/12/07
(C Sharp) Keywords: browser, web
I'm looking for a starting point: a web browser written in C# that I can then customize for a proof of concept. I've checked CodeProject, but nobody's written a decent one that I can see.
Encapsulating the System.Windows.Forms.WebBrowser object in .Net 2.0 would be more than good, if the project then hooked all the events and provided customizable controls.
The goal here is to then add logic that does pre-processing on web pages as they come in.
Other than CodeProject, does anyone have a suggestion on where I might look for available code?
Source: http://community.livejournal.com/csharp/85332.html