I seem to have hit a bit of a brick wall but hers where I got to:
(VB.NET I'm afraid)
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
bLoading = False
If TextBox1.Text <> "" Then
Me.AxMozillaBrowser1.Navigate2(TextBox1.Text)
End If
End Sub
'when the doc is loaded :
Private Sub AxMozillaBrowser1_NavigateComplete2(ByVal sender As
Object, ByVal e As
AxMOZILLACONTROLLib.DWebBrowserEvents2_NavigateComplete2Event) Handles
AxMozillaBrowser1.NavigateComplete2
MsgBox("NavigateComplete2")
Dim doc As ????=e.AxMozillaBrowser1.Document
End Sub
any idea where the documentation would be?
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding