Hi all i am using visual studio 2003 and trying to make an visual basic .exe application that loads a webpage from within the vb form when it gets executed . I dragged Microsft Web browser control to form. I just need help with the code that loads a webpage for example cnn.Here is my on onload sub :
Furthermore,since i want my applicaton work in all computers without them installing any framework, is this method( usng Microsoft Web Browser control) of loading webpage is good for such purpuse ?Thanks
Code:
Private Sub webBrowser_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
.........??????
End Sub
Furthermore,since i want my applicaton work in all computers without them installing any framework, is this method( usng Microsoft Web Browser control) of loading webpage is good for such purpuse ?Thanks