Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHTMLSafe Control help using

Status
Not open for further replies.

granni

Programmer
Nov 8, 2000
36
SG
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top