Imports System.Windows.Forms.WebBrowser
Public Class Form1
Dim browser As WebBrowser
browser.navigate("http://www.google.com")
End Class
This code will not work....
I have web programming background and trying to learn windows programming....any guide or tutorial to make the transition smoother ?