Reputation: 2273
I need suggestions on possible webbrowser components/controls which allows developers to plug in custom download managers.
Suggestions can include browsers for WinForm.
P.S.: I have been using csExWebBrowser for a year or so, but recently I've been facing issues with this control.
Upvotes: 1
Views: 420
Reputation: 20571
I'm not certain if it will meet your needs, however take a look the Awesomium Browser Framework; it is based on the Chromium browser and does indeed look awesome. I was considering using it myself earlier this week however for an internal project.
You will probably have to implement the download manager plug-in system yourself, however using this framework you will be able to incept the navigation requests (i.e. links) and handle them.
Upvotes: 1