This is a complicated question, not only about Perl, more about XS, but let's go.

I was working in the module Wx::ActiveX to enable the Internet Explorer (IE), on wxPerl (Wx). I got the C++ sources of wxIE to start. I was succesful to enable wxIE on wxPerl, it works and I can use events too. To enable it I created the class Wx::ActiveX as an platform for the class Wx::IEHtmlWin, that has IE functios, in the XSs.

What I want now is to use the class Wx::ActiveX to work with any control, without the need of an extra class, like Wx::IEHtmlWin, to handle the functions and internal proprieties of the controls. And then enable Shockwave Flash. Or just enable the ActiveX control of Shockwave Flash with an extra class.

The problem that I have now is to enable the functions of a ActiveX control. I can get any ActiveX control and load it, and list the events. But I can't use any function (method) of it. How can I get this functions, and use them?! Note that I need to implement the code that list the functions, identify them, to after this use them. Is not like VBscript, is in C++.

I take a look in the module Win32::OLE to see how it does this, since the idea is the same. But the implementation is different.

Here are the src of Wx:Active & wxIE: http://www.virtuasites.com.br/loads/wxactivex0.2-src.zip

You can see the original code for wxWindows at: http://www.optusnet.com.au/~blackpaw

Weel, I don't know if someone here can help, but I will try! There is some ActiveX + C++ guru here?! Even better, that uses wxWindows, and wxPerl?! Please help! ;-P

Well, just the ActiveX + C++ can handle with that. It can help in the part that I have problems, and than I do the rest.

I will be very glad for any help! Any idea, or comment, don't be shy.

Graciliano M. P.
"The creativity is the expression of the liberty".


In reply to wxPerl + ActiveX + Shockwave Flash by gmpassos

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.