Re: [perl-win32-gui-users] camel
It appears I was writing my emails without the following options: use strict; use Grammar; It wont happen again :) Steve Aparantly :) Or Apparently :) But in a PAR context, there is little incentive to do that, vs. bundling the file into the pp-built .exe
[perl-win32-gui-users] WM_KEYDOWN/WM_SYSKEYDOWN and Windows audio alert
use strict; use Grammar; :) Hi all I have hooked into the WM_KEYDOWN/UP and WM_SYSKEYDOWN/UP calls (returning 0 from the routines as specified in the MS docs), and all works fine, but but when I press a key when my window is active, I hear the windows default audio alert (the default short "ding"). Am I doing something wrong, or not doing something I should be? Steve
[perl-win32-gui-users] Is there any book or a complete tutorial for Win32::GUI ????
I have just started learnig Win32::GUI.It appears like a hard thing to do in Perl(as I was using java to create interactive GUIs).Are there any books or any construtive tutorials for this??The examples given in the Win32::GUI module helps a bit, but not quite, for a newbie like me. Though I understand some, I am not satisfied and not confident enough to start any project.I guess, there should be some complete documentation for this. Could you please guide me??Thanks in advance,Gopi.