I have an application that has users that have been using it on windows vista, windows 7 windows 8.1 without problem. After upgrading to windows 10 they experience a problem which I have narrowed down to the Webcontrol not navigating to a url when its called:
wbBrowser.Navigate(url)
Nothing happens, it runs but fails to throw an exception or trigger the expected WebBrowserDocumentCompleted event as it does on systems that have not upgraded to windows 10. My guess is that it has something to do with trust issues, but its a guess.
Any insight would be appreciated