Hi,
In my browser i use this code to see the size of the loaded internetpage:
 
Dim strHTML As String
 
Private Sub Command1_Click()
strHTML = MozillaBrowser1.document.body.innerText
Label1.Caption = strHTML
End Sub
 
Private Sub Form_Load()
MozillaBrowser1.navigate "www.google.be"
End Sub
 
I have the mshtml.tlb in the references and the mozillalibrary.
With the IE OCX this works.
Wat's the problem?
 
Thanx a lot,
 
Benjamin

Reply via email to