I am currently parsing HTML and JSP files into the MS DHTMLSafe control.
There seems to be a particular problem:
I am passing this DHTMLSafe control(its a visible ActiveX control) into my Classes, but i get "Method DOM of object IDHTMLSafe failed", err.number is -2147418133
BUT if i set breakpoints and step into that function that is accessing it, there is no problem?
In that function I am using it this way:
For Each objLoop In DHTMLSafe1.DOM.All
debug.print objLoop.id
Next objLoop
Can anyone help? In Christ
There seems to be a particular problem:
I am passing this DHTMLSafe control(its a visible ActiveX control) into my Classes, but i get "Method DOM of object IDHTMLSafe failed", err.number is -2147418133
BUT if i set breakpoints and step into that function that is accessing it, there is no problem?
In that function I am using it this way:
For Each objLoop In DHTMLSafe1.DOM.All
debug.print objLoop.id
Next objLoop
Can anyone help? In Christ