Results 1 to 4 of 4

Thread: Dll

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Posts
    296

    Dll

    Does anyone know how to use a DLL in VB? Thanks.
    Kevin Carpenter
    Currently Working in the CAOS (CA Operating System) Group

  2. #2
    Let me in .. techyspecy's Avatar
    Join Date
    Aug 2002
    Location
    Back to VBF.
    Posts
    2,456

    Re: Dll

    Originally posted by carp
    Does anyone know how to use a DLL in VB? Thanks.
    If its a Active X DLL, register it using Regsvr32 dllpath and reference it in your VB program from project - > references and then use it. Otherwise you can just declare functions exported by this DLL if its a Standard WIN32 DLL.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Posts
    296
    How do you know what the functions are?
    Kevin Carpenter
    Currently Working in the CAOS (CA Operating System) Group

  4. #4
    Fanatic Member
    Join Date
    Feb 2003
    Location
    Los Angeles, CA
    Posts
    681
    use the object browser to find out the class members. or press F2 :P

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