How to determine supported connectionpoints for WIN32OLE object?

W

Will Gwaltney

Hello all,

I'm using WIN32OLE_EVENT to set up some event handlers on various DHTML
elements in Internet Explorer, and I'm having a bit of trouble identifying
the right event connectionpoints to use. The Microsoft online documentation
is less than helpful; they claim that you can use the HTMLElementEvents2
interface on most all the HTML elements you care about, but I'm getting the
following when I try:

interface not found
HRESULT error code:0x80004002
No such interface supported

Here's a code skeleton that outlines what I'm trying to do:

---------------- (snip) -----------------------

require 'win32ole'

ie = WIN32OLE.new('InternetExplorer.Application')
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,417
Latest member
DarrenGaun

Latest Threads

Top