Help for this page

Select Code to Download


  1. or download this
    $ perl -MDDS -MWin32::GUI -e " Dump( Win32::GUI::Window->new ) "
    $Win32_GUI_Window1 = bless( {
                           -accel  => 0,
    ...
                           -type   => 0
                         }, 'Win32::GUI::Window' );
    
  2. or download this
    $PuttyInfo->{'Window'} =  bless( {
                           -accel  => 0,
                           -handle => $PuttyInfo->{'WindowHandle'},
    ...
                           -type   => 0
                         }, 'Win32::GUI::Window' );
    $PuttyInfo->{'Window'}->Resize(($ScrWidth * .5), $ScrHeight);