[perl-win32-gui-users] Displaying the "&" in Labes with -noprefix => 1,

2004-02-08 Thread ramy
I am using the Label as a status bar, when I turn off the -noprefix=>1 option to display the & character, it removes the character and can not be escaped by \, is there any solution. If not, what are the Style to make the TextFiled looks like a status bar or sunken lable $W->AddLabel( -te

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

2004-02-08 Thread Laurent ROCHER
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.