I have added code to a new class in VB.Net Express 2008.
How do I convert this class to a dll so that I can add to my toolbox and drop on forms ?
Thanks !
Printable View
I have added code to a new class in VB.Net Express 2008.
How do I convert this class to a dll so that I can add to my toolbox and drop on forms ?
Thanks !
Forgive me if I've misunderstood you, but if what you're really looking for in all simplicity is how to create a .dll file in VB.Net, you just choose Class Library instead of Windows Forms Application when creating the project. Then you just build the project and it'll automatically create an application extension(.dll) instead of an executive.