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 place the window inside a Tk Toplevel or Frame (but I can live without it). When I move the Window the control does not move within the window until the user starts to play a movie. I can easily do a refresh of the control if I can detect that the user moves the window. Is there a way to detect when the use moves the window with Win32::GUI? thx, Chris