Results 1 to 2 of 2

Thread: DLL functions

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    3

    Question DLL functions

    how can I create a VB6 DLL with functions for use with my projects?.

  2. #2
    jim mcnamara
    Guest
    You cannot.

    If you want a dll that exports functions you have to use C++ to write it.

    The only type of dll you can create from VB is an ActiveX component - a COM server.

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