Hi Thomas,
just replace the 'ref nullObjStr' params with 'ref nullObject'
in the Navigate function and it should work
...
System.Object nullObject = 0;
String url = "http://www.google.com";
axMozillaBrowser1.Navigate(url,ref nullObject,ref nullObject,ref nullObject,ref nullObject);
...
Michael
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
