VB Code:
Public ie As InternetExplorer Public ie1 OTHER CODE Private Sub Form_Load() Set ie1 = CreateObject("InternetExplorer.Application") ie1.Navigate2 "http://www.kingsofchaos.com/login.php?" ie1.Visible = True End Sub
Whats the event for when ie1 is done loading?
Im fairly sure its simple, Ive just searched about 30-40 threads by now, and I dont know if Ill find it. Sorry for posting a new thread if I skipped over it accidentally
Ive tried
And some othersVB Code:
Private Sub ie1_NavigateComplete2() Private Sub ie1_Navigate2Complete() Private Sub ie1_NavigateComplete() Private Sub ie1_Load()
Thanks for all your help, you guys are fast and smart =P
Bear




Reply With Quote