[perl-win32-gui-users] GUI_Constants / GUI.pm error

2005-08-14 Thread aschwarz1309
Robert; I noticed that in GUI_Constants TMP_NONOTIFY != TPM_NONOTIFY in GUI.pm. Error? In trying to find out things so that I don't ask too many dumb questions, I looked at GUI_Constants and noticed that the search algorithm seems to be very slow. Here is one that I believe is faster (as an att

[perl-win32-gui-users] Re: [win32gui] {Spam?} Re: MDIFrame and background Image

2005-08-14 Thread Robert May
Daniel Fernandez wrote: Hi, I'm trying to implement the StretchBlt function using a call to gdi32.dll in order to fill the window with the image. here, I load the dll my $ApiObj = new Win32::API ("gdi32", "StretchBlt", "PPN", "I"); my $ApiObj = new Win32::API ("gdi32", "StretchBlt"