Help for this page

Select Code to Download


  1. or download this
    sub MessageBox{
            
    ...
            $MessageBox_About->DoModal();
            return 0;
            }
    
  2. or download this
    my $MenuButton1_About = $MenuButton1->AddMenuItem(
                    -text => "About",
                    -id => $Menu_id++,
                    -onClick => MessageBox(),
            );