Hopefully someone can help.
At work, I have been given the task of searching for an alternative to the WebBrowser control in .net for an application.
The scenario is the WebBrowser call’s internally a url to another company and the returned site is then showed in the view of the WebBrowser, so it seems it is integrated in the application.
But on newer versions of IE the WebBrowser can’t show the returned site if you’re not running the application as admin (That is not optimal and is the main issue) on pc’s that are managed by a supervisor.
To simply asking the supervisor to allow the site returned is not allowed. As I understand the WebBrowser, is it is a wrapper for the latest IE installed on your machine.
And the later versions of the IE browsers are more and more restricted for what to show.
Question is if anyone can help width an alternative that is not as restrict as IE.
The Browser component should support webhook’s.
I am open to suggestions.