Click to See Complete Forum and Search --> : Writing a dll in vb


pueromane
November 19th, 1999, 02:36 PM
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

czimmerman
November 19th, 1999, 02:55 PM
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.