can someone explain to me why the web browser form control in vb.net 2015 just doesn't have a property for "VERSION"?


both of these fail.

WebBrowser1.Navigate("https://whatbrowser.org/")

WebBrowser1.Navigate("http://www.google.com/maps")


I know I can make a registry setting to force it to run as a certain version within a particular application, but my program is an ActiveX control running in someone else's application so I cannot do this.

any suggestions?

thanks
- kurt