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,