Laurent,

Can AxWindow/Win32::OLE be used for things like AcitiveX menu controls or is
their use mainly limited to simple things?

Cheers,

jez.

----- Original Message ----- 
From: "Laurent ROCHER" <[EMAIL PROTECTED]>
To: "Chris Whiting" <[EMAIL PROTECTED]>;
<perl-win32-gui-users@lists.sourceforge.net>
Sent: Sunday, February 08, 2004 3:21 PM
Subject: Re: [perl-win32-gui-users] AXWindow and Media Player 9


> Hi,
>
>     AxControl don't handle complex object model. AxWindow don't handle
> property or methods with IDispatch/IUnknown value.
>
>     But, you can try to use Win32::OLE for control it. You can use
> AwWindow::GetOLE() method for receive a Win32::OLE object. Win32::OLE
better
> handle complex OLE control.
>
> Laurent
>
>
>
> > I have gotten AXWindow to work with a number of controls.  However, the
> > Media Player 9 ActiveX control uses an object model where most of the
> > properties/methods are not accessible from the activex control but from
> > objects within the control.
> >
> > Does AxControl work with this kind of object model.  If so, does anyone
> know
> > the syntax to access methods/properties within the objects?  I have
tried
> > several but none seem to work.
> >
> > thanks,
> >
> > Chris
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users


Reply via email to