I was wondering where on my computer I can find the dll file for the web browser control. The reason I need it is because I’d like to modify it for my own use, as I have found that being IE based, the webBrowser control doesn’t give me everything I need, and I need to add various functions. Where can I find the dll for it?
Thanks.
Webkit
should have everything you need. Since you’re programming in C#, use a wrapper such as http://sourceforge.net/projects/webkitdotnet/ to add it to your form.