I'm trying to embed Mozilla through Adam Locks Mozilla Active X Control into my C# Application. I can access the Browser Object, but if I call the Navigate method the Application hangs up.
I couldn't figure out how to get it working. With IE it is working in C#.


Here is my code :

private void btn_Go_Click(object sender, System.EventArgs e)
{
System.Object nullObject = 0;
string str = "";
System.Object nullObjStr = str;
axMozillaBrowser1.Navigate("http://www.google.com";, ref nullObject, ref nullObjStr, ref nullObjStr, ref nullObjStr);
}



Do I have to call some other browser specific methods or how does it work.

Please help me.

Thanks in advance.

Regards
Thomas
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to