Help for this page

Select Code to Download


  1. or download this
    sub Combobox1action {
        my( $frame, $comboevent ) = @_;
    ...
        my $selection = $comboevent->GetString;
        $frame->SetTitle( "Combo box selected ($selection)" );
    }
    
  2. or download this
    #!/usr/bin/perl --
    ##
    ...
    
    
    __END__