Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How to access ActiveX from Perl?

by dhable (Monk)
on Apr 04, 2002 at 14:02 UTC ( [id://156656]=note: print w/replies, xml ) Need Help??


in reply to How to access ActiveX from Perl?

I think the key is to understand how ActiveX fits into the rest of the Microsoft architecture. AFAIK, ActiveX is build on the COM infrustructure. In fact, ActiveX controls are simply COM objects that implement automation (the IDispatch interface).

So really, the question is whether Perl can communicate with a COM object via the well-defined ActiveX interfaces. Using PerlCtrl (formerly PerlCOM), part of ActiveState's Perl Dev Kit, this is possible and many examples exist.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://156656]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found