Results 1 to 2 of 2

Thread: Acx DLL

  1. #1

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    Question Acx DLL

    I have a ActiveX DLL which has a std. Module and a Class(Product Class).

    I have a method inside the std. Module called abc()[Not in the product class]

    How do I access it?

  2. #2
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    You mean from within the DLL or another Application?

    From within DLL just make the sub public in the module and you call it like:
    call modulename

    From another application:
    the sub must be in a class.

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