[perl-win32-gui-users] Win32::GUI::AxControl and Media Player 7-9 object model

2004-02-03 Thread Chris Whiting
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

[perl-win32-gui-users] AXWindow and Media Player 9

2004-01-31 Thread Chris Whiting
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

[perl-win32-gui-users] Axwindow refresh

2004-01-15 Thread Chris Whiting
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