Re: [perl-win32-gui-users] [win32-gui] Access the text content of a message box

2006-09-15 Thread Robert May
Wang, Yu wrote: I am trying to automatically handle the exception dialogs (I believe they are message boxes) thrown from micosoft offices (COM objects). The problem I meet is how to get the text content of the exception dialog after I get the handle of the window. Once I can have that information

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-15 Thread Steve Loughran
Thanks Robert. Sadly, the images are loaded from a profile that users create, so the option of using a fixed AVI isnt possible. I`ll go have a play with Image:ParseGIF -> DIBitmap, and see if that will do what I`m looking for. Steve Robert May wrote: Steve Loughran wrote: How does DIBitmap

Re: [perl-win32-gui-users] [win32-gui] DIBitmap and Animated GIFs?

2006-09-15 Thread Robert May
Steve Loughran wrote: Thanks Robert. Sadly, the images are loaded from a profile that users create, so the option of using a fixed AVI isnt possible. I`ll go have a play with Image:ParseGIF -> DIBitmap, and see if that will do what I`m looking for. That looks like a way to go for now. The F