DLL file

bcm

Well-known member
Joined
Aug 13, 2007
Messages
56
Programming Experience
Beginner
How to create a DLL file using VB.NET
:confused:
 
You have to create a Class Library project.
 
There's no code unless you write it. You create a Class Library project instead of a Windows Application project, and it contains an empty class. What you put in there is up to you, I guess you have a need since you started this thread?
 
Back
Top