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
Printable View
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
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.