Help for this page

Select Code to Download


  1. or download this
    my $label = $main->AddLabel(
      -text =>"Something",
    );
    
  2. or download this
    Win32::GUI::Change($label->{-handle}, (
        -text => "Longer label here",
    );