Help for this page

Select Code to Download


  1. or download this
    my $clsColor = Win32::GUI::Class->new(
        -name => "classColor",
        -color => 2,
        ) or die("Could not create Class\n");
    
  2. or download this
        -class => $clsColor,