Help for this page

Select Code to Download


  1. or download this
    PerlCtrl -t > xlsls.ctrl
    
  2. or download this
    package MyControl;
    
    ...
        return $lsstr;
    }
    
  3. or download this
        PackageName     => 'MyControl',
        ControlName     => 'MyVeryOwnControl',
    ...
        Properties => {
            
        }, # end of 'Properties'
    
  4. or download this
    PerlCtrl xlsls.ctrl
    
  5. or download this
    Created 'xlsls.dll'
    
  6. or download this
    regsvr32 xlsls.dll
    
  7. or download this
    Sub unrun()
        Dim objMyControl
    ...
        'testing the result of our unix listing/command
        MsgBox objMyControl.doit
    End Sub