Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::GUI;
    ...
        $Window->mycheckbox->Hide();
    }
    
  2. or download this
    Win32::GUI::DestroyWindow($Window->{mycheckbox}{-handle}); 
    delete $Window->{mycheckbox};  #use hashref syntax instead of autoload
    +ed methods