
Webbrowser/Mshtml - accessing html based ActiveX control
I have the Webbrowser (ie4) control embedded in my VB6 program and am using
the mshtml.dll to access/manipulate the web pages that are brought up in it.
One of these web pages has an ActiveX control on it, and I would like get a
reference to this control in my main program so that I can change its
properties. I can drill down to the HTMLObjectElement that contains the
control, but I don't know how to get the actual control reference. The
dhtml and mshtml.dll docs say that there should be an "object" property of
the HTMLObjectElement that lets me do this, but I don't see it in the object
browser.
Any help would be greatly appreciated.
Rob Miller
Frick Company