Results 1 to 2 of 2

Thread: How to Convert Module Functions as DLL

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    24

    How to Convert Module Functions as DLL

    Dear Friends,

    Please help to create a simple dll from VB.
    Can I convert my Functions included in the Modules as Separate DLL ?

    Help me with simple tutorials to create DLLS


    Thanx

  2. #2
    Addicted Member
    Join Date
    Feb 2003
    Posts
    237
    to make dll functions accessible to other programs you have
    to place the functions into classes.

    you then set the class instancing to global multiuse
    so they are marked as public

    check out this project

    http://sandsprite.com/CodeStuff/fsodll.zip

    its a vb recreation of the filesystem object
    its kind of big and mabey overly complex it was my first dll

    but it will show what you need to know
    Free Code, papers, tools, and more

    http://sandsprite.com

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