Re: [perl-win32-gui-users] FindWindow and SendMessage

2007-08-21 Thread tk102
Perl Rob wrote: > > I'm attempting to close a window using the FindWindow() and SendMessage() > functions as documented in MSDN. I can't get it to work, so I was > wondering > if anyone might help me see what's wrong with my code: > > use Win32::API; > my $findWindow = Win32::API->new( 'user32'

[perl-win32-gui-users] Actions not firing in Win32GUI

2007-08-21 Thread Maxmelbin Neson (RBIN/EMT1)
Hello All, I have a small perl win32 file which generates a GUI window, which worked pretty fine. Now, I converted it into a .pm file and called it from an other .pl fie. The GUI still come up OK, but the actions are not firing . The main code in the new setup is .. BEGIN { $0 =~ /^(.*)[\\\