in reply to Re: How to Resize a Window in M$ Windows?
in thread How to Resize a Window in M$ Windows?
I would use$ perl -MDDS -MWin32::GUI -e " Dump( Win32::GUI::Window->new ) " $Win32_GUI_Window1 = bless( { -accel => 0, -handle => 1442212, -name => '#118a214', -type => 0 }, 'Win32::GUI::Window' );
$PuttyInfo->{'Window'} = bless( { -accel => 0, -handle => $PuttyInfo->{'WindowHandle'}, -name => 'something', -type => 0 }, 'Win32::GUI::Window' ); $PuttyInfo->{'Window'}->Resize(($ScrWidth * .5), $ScrHeight);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to Resize a Window in M$ Windows?
by kejohm (Hermit) on Feb 10, 2011 at 11:36 UTC | |
by Anonymous Monk on Feb 10, 2011 at 13:06 UTC | |
by kejohm (Hermit) on Feb 11, 2011 at 04:42 UTC |