browser - Use WebBrowser Navigate2 method without additional parameters in .Net -
I have a VB6 application that uses the Navigate 2 method WebBrowser control 8 versions of the Navigating method in the Net version of the webbrows Are there.
Which method has the mapping functionality of Navigating 2 of the code given below:
dim url url = "www.apple com" WB.Navigate2 url
You can call like this:
Web browser. Navigate ("http://apple.com")
Comments
Post a Comment