Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

generic linux command from Win32 VBA program: HOWTO

by wufnik (Friar)
on Jun 03, 2004 at 17:10 UTC ( [id://360291]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://360291]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-23 12:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found