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'
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 =~ /^(.*)[\\\
2 matches
Mail list logo