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