FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

[VB6] runtime error '424'??? help please

 


acron170
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:
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
please help
n0obie4life
Moved to Scripting, added VB6 tag.

Please post in the correct forums.
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.