Help for this page

Select Code to Download


  1. or download this
    my $font1 = Win32::GUI::Font->new( -name => "Arial", -size => 8 );
    $form->AddCombobox(-font=>$font1, ...
    
  2. or download this
    AddButton(-ok=>1, ...