Results 1 to 3 of 3

Thread: activex dll

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    London, UK
    Posts
    39

    Cool

    Hi,

    Thanks for all previous help.

    How do I create an activex dll, and how do I identify what information goes into the dll?


    Any ideas?


  2. #2
    Addicted Member
    Join Date
    Apr 2000
    Location
    Sheffield, England.
    Posts
    136
    It's long and complicated. Have a look at the VB-World Online Tutorials.

    Visual Basic 6 Enterprise Edition + SP4

  3. #3
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    Determining what info goes into the DLL is up to you.
    The most important thing before you create the DLL is
    to determine what you want your DLL to do; what functionality do you want it to provide?

    To create one, start an ActiveX DLL project and create objects with properties. After you compile it, it can be used with other applications or you can create forms seperately to use the DLL.

    Reusable code is the thing to remember.

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