Re: [perl-win32-gui-users] Capturing a bitmap from a window (or a region within a window)

2001-08-15 Thread Laurent ROCHER
Hello, I have made a Win32::GUI add-on, call Win32::GUI::DIBitmap. This module add new image format for loading and writing. It add capturing screen feature. You can capture all the screen, a full window, and any region of a window. You can copy a image region to a window. See more at : http://p

Re: [perl-win32-gui-users] Win32::GUI Application with Win32::OLE (Outlook) problem!

2001-08-15 Thread Jeremy Blonde
Try using the CDO.dll. It provides pretty much the same interface to Exchange e-mail as Outlook does, but it doesn't require Outlook to be running. If you have ActivePerl installed you can look at the Win32 OLE Browser and it will list the available methods & options. You'll probably want to kee

Re: [perl-win32-gui-users] Capturing a bitmap from a window (or a region within a window)

2001-08-15 Thread Johan Lindstrom
Tim wrote: Does Win32::GUI provide any means of capturing a specified rectangular region within a window. This would be an extremely useful feature which is not available anywhere else in Perl-world (to my knowledge). Search the Win32 API for "Capturing an Image", then do your stuff with Win32

[perl-win32-gui-users] Capturing a bitmap from a window (or a region within a window)

2001-08-15 Thread Tim Kimber
Does Win32::GUI provide any means of capturing a specified rectangular region within a window. This would be an extremely useful feature which is not available anywhere else in Perl-world (to my knowledge). regards, Tim Kimber Internet: [EMAIL PROTECTED] Tel. 01962-816742

[perl-win32-gui-users] Win32::GUI Application with Win32::OLE (Outlook) problem!

2001-08-15 Thread Peter Köller
Hello, I have written an application with Win32::GUI which connects to Microsoft Outlook using Win32::OLE. It gets the mails from the inbox and displays them. All works fine if Outlook is open, bevor my script connects to Outlook. But there is a problem, if Outlook is not open: The sub which ret