Skip to content

Reply To: How to load a URL page in visual basic 4 form

#191008
Admin
Administrator

Open your componets then find this…….

click the Apply then Ok then on your ToolBox at the bottom there will be a circle like a earth global icon click it put it on your form and then add this code in the

Private Sub Form_Load()
Form4.WebBrowser1.Navigate "http://www.cnn.com"
Form4.Show
End Sub

Heres an exsample: