[perl-win32-gui-users] Announce: Win32::GUI::SplashScreen V0.04

2009-07-18 Thread Robert May
I just pushed Win32::GUI::SplashScreen V0.04 to CPAN. V0.03 was shipped with debugging turned on. I also found a report of a bug with obtaining the bitmap from an executable packed with PAR (pp - a ) - this is now fixed. Regards, Rob. 2009/7/17 Robert May : > Hi again, > > While I am in a r

Re: [perl-win32-gui-users] Interpreting an lParam pointer

2009-07-18 Thread Kevin Marshall
Hey everyone, Here is an alternative method for extracting a structure out of a wParam or lParam parameter. I pieced this together from various posts on the mailing list. This method is message specific and requires knowledge of the size and members of the specific structure. This example u