Help for this page

Select Code to Download


  1. or download this
    $lable = $main->AddLabel( ... )
    
    Win32::GUI::Dialog(); 
    
    $label->Change(-text => "something else");
    
  2. or download this
    sub SomeButton_Click {
        $label->Text("Blah");
        return(1);
    }