Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

How to access ActiveX from Perl?

by Flame (Deacon)
on Mar 23, 2002 at 05:28 UTC ( [id://153731]=perlquestion: print w/replies, xml ) Need Help??

Flame has asked for the wisdom of the Perl Monks concerning the following question:

Replies are listed 'Best First'.
Re: How to access ActiveX from Perl?
by dhable (Monk) on Apr 04, 2002 at 14:02 UTC

    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.

Re: How to access ActiveX from Perl?
by Russ (Deacon) on Apr 03, 2002 at 21:15 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found