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

2009-07-17 Thread Len Weisberg
perl-win32-gui-users list,I wrote:> But how do I find and read the [COPYDATASTRUCT] structure pointed >    to by the integer $lParam ?Well, I figured it out.Here's a sub, not completely general, but handles the caseof a scalar message string.Thanks for your indulgence.(Maybe this will be useful for

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

2009-07-17 Thread Len Weisberg
I am trying to use Win32::GUI from a Perl/Tk programto receive and interpret a message sent from another window.I have successfully set up a window to receive and a hook to   handle the message.   Using the example in Win32::GUI::Reference/Methods.pod, I have sub msg_handler {    ($object, $wParam,

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

2009-07-17 Thread Robert May
Hi again, While I am in a releasing mood, there's a new version of Win32::GUI::SplashScreen on CPAN. The only change is to fix up the build process a litte. No new functionality. It will be at http://search.cpan.org/~robertmay/Win32-GUI-SplashScreen-0.03/ once search.cpan.org catches up. Regar

[perl-win32-gui-users] Announce: Win32::GUI::HyperLink V0.14

2009-07-17 Thread Robert May
Hi all, While I am in a releasing mood, there's a new version of Win32::GUI::HyperLink on CPAN. The only significant changes are: - now depends on Win32::GUI 1.02, enabling removal of dependencies on Win32::API, and simplifying the code a bit - minor build fixes. It will be at http://search.cpan