when i try to run my internet browser a thing comes up that says:
Run-time error '424':
Object Required
but i try everything and i can't fix it!
here's the code:
please help
Run-time error '424':
Object Required
but i try everything and i can't fix it!
here's the code:
| Code: |
| Private Sub Command1_Click()
wWeb.GoBack End Sub Private Sub Command2_Click() wWeb.GoForward End Sub Private Sub Command3_Click() wWeb.Refresh End Sub Private Sub Command4_Click() wWeb.Stop End Sub Private Sub Command5_Click() wWeb.GoHome End Sub Private Sub Command6_Click() wWeb.Navigate cboURL.Text End Sub Private Sub Form_Load() cboURL.Text = "http://ultimatefw.1l.com" wWeb.Navigate cboURL.Text End Sub |
