I need a google chrome browser control for vb.net, though technically it could work for any .net language.
Reason: I want to make my own web browser, but I do not want to code my own parser so I would like to use Chrome's instead (and give proper credit of course).
I've googled this, and haven't been able to find anything
Thanks for your help! I just need someone to point me in the right direction.
Essentially, I want the WebBrowser control, but instead of basing it off of IE I would like to use Chrome as I prefer chrome to ie. I also want a bit more control over the component, the WebBrowser is terrible if you want to make your own browser, and laggy as heck.
EDIT: This needs to work for WinForms, not wpf. I think (personally) that I can make my browser much easier in winforms, but if you can only find a wpf control thats okay too.