Help for this page

Select Code to Download


  1. or download this
    my $frame = MyAppFrame->new(undef, -1, 'A wxPerl Application');
       # my $frame = wxPerl::Frame->new(undef, 'A wxPerl Application');
    
  2. or download this
     Wx::Event::EVT_BUTTON($button4, -1, sub {
            my ($b, $evt) = @_;
            my $file = Win32::GUI::GetOpenFileName