I have VB6 application that uses Navigate2 method of WebBrowser control. .Net version of WebBrowser have 8 versions of Navigate method.
Which method is mapping functionality of Navigate2 of the code below:
Dim url
url = "www.apple.com"
WB.Navigate2 url