Results 1 to 3 of 3

Thread: Extracting Function, Sub, Method, Property names from an OCX or DLL

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Californ-I- A
    Posts
    207

    Extracting Function, Sub, Method, Property names from an OCX or DLL

    I was wondering how I would go about extracting the Method, Sub, Function etc names and parameters from an OCX or DLL file. Any help?
    Micah Carrick
    Visual Basic 6 SP5
    Visual Basic.NET
    Quixotix Software
    [email protected]
    Download QCM 1.0 - Intelligent ActiveX Control Management

  2. #2
    gaffa
    Guest
    Have a look at the TypeLibInfo DLL - it let's you loop through a lot of the properties of a DLL or OCX.

    Alternatively, if you want to find out what functions a Windows DLL (as distinct from an ActiveX DLL) exports, then QucikView or AnalogX's TextScan are probably your best bet.

    - gaffa

  3. #3
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    Videosoft has tools for this I think :http://home.component1.com/cmd.boa?product=VSDOCX
    -= a peet post =-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width