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
