Does Win32::GUI::AxControl, which provides ActiveX Control container, work
with an object model, such as that used by Media Player version 7 and above?
If I can get a yes or no, then maybe I can stop wasting my time (and yours).
thanks,
Chris
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
I am using Win32::GUI::AxWindow with a mediaplayer control within a Perl/Tk
application. I 'Show' the window and do not issue the Win32::GUI::Dialog();
It works surprisingly well.
My only problems are:
While I can hide the window, I cannot destroy it (but I can live without
this).
I cannot plac
3 matches
Mail list logo