Results 1 to 2 of 2

Thread: [2008] create dll from class

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    [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.

  2. #2
    Addicted Member Dark Anima's Avatar
    Join Date
    Sep 2008
    Posts
    183

    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
  •  



Click Here to Expand Forum to Full Width