Visual Basic Programming Code Examples
Visual Basic > Code Snippets Code Examples
View source code
View source code
'Add the MSINET.OCX to your toolbox
'Add a text box to your form set its Multiline property to true
Private Sub Form_Load()
Text1.Text = Inet1.OpenUrl("http://www.google.com")
End Sub