Help for this page

Select Code to Download


  1. or download this
        
            my $user_wizard = new Tk::Wizard(
    ...
            $user_wizard->Show;
            MainLoop;
            __END__
    
  2. or download this
    my $user_wizard = new Tk::Wizard(
                    -title          => " User Wizard",
    ...
            -imagepath      => "z:\\BPP\\people.gif",
            -resizable=>"0",
        );