I would say it is not you, it is Microsoft. As I remember and anyone can correct me if I am wrong as the subject was introduced to me in an almost backwards order. OCX were originally just toolsetas, that were used to give vb apps more tools. You would use OCX controls to add widgets and functions not available directly from the os or vb. ActiveX became the preferred means of doing this and I believe kept the same extension name. So ActiveX is OCX. It is up to the developer of the OCX on what functionality the component has. From the descript of the above, and the reference to VB calls to the OCX I believe it was meant to be embedded in a VB application and has no means of OLE automation on its own. I can not say that positively without seeing the documentation for the object in question.

I think this has a good overview of the technology from Microsoft's point of view The Component Object Model (COM) and its related COM-based technologies:

"No matter where you go, there you are." BB

In reply to Re^3: Perl for OLE & OCX by Ninthwave
in thread Perl for OLE & OCX by wa4otj

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.