|
-
Dec 30th, 2008, 02:11 PM
#1
Thread Starter
Fanatic Member
[2008] create dll from class
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 !
Last edited by Xancholy; Dec 30th, 2008 at 02:20 PM.
-
Dec 30th, 2008, 07:30 PM
#2
Addicted Member
Re: [2008] create dll from class
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|