HI I have currently made a form with a button as well as the webbrowser tool.
under the properties section for the webbrowser - url part, I have placed an URL that displays perfectly fine on firefox, IE11 and Chrome. However when i run the form, on the VS2015 platform it shows very basic materials from the site. I think this would have to do with the fact that the site has Java & JS components - these being the ones that are not being displayed and the ones that i need to display.
I am not familiar with C# coding however am comfortable with VB. Any suggestions or any codes i can use to get VS to display the website as it is outside of this application?
possible place a code under
Private Sub WebBrowser1_DocumentCompleted(sender As Object, e As WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
or is there a way to get VS2015 to not use IE7 as a default?
thanks for the help.