CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    Writing a dll in vb

    Can anyone tell how I can write a dll in vb.
    How I must declare my functions, and how I can use it from other applications.
    Doese anyone has an example code, or know where I can find an example.

    mfG Pueromane


  2. #2

    Re: Writing a dll in vb

    This involves creating a project of type Active X dll, creating a class, and adding your properties and methods. You will find many examples at http://www.freevbcode.com. Look under the category classes.




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

Featured