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