I've a VBA application (running under MS Access) which currently uses IE to collect information from the web. I now want to use Firefox instead and have installed the MozillaBrowser ActiveX Control from http://www.iol.ie/~locka/mozilla/mozilla.htm. It registered OK and I've created a reference to the library mozctl.dll in my project but cannot work out how to create and manipulate an object.
Specifically, the line "Dim MM As New MozillaBrowser" executes fine but accessing any of the available properties or methods gives "Run-time error '-214718113 (8000ffff)': Browser is not in a valid state" What am I doing wrong? N.B. mozctlx.dll (i.e. with an 'x') is also registered but I'm unable to create a reference to it in my project. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
