Results 1 to 3 of 3

Thread: How do you make a dll in vb .net!

  1. #1
    B2E
    Guest

    Question How do you make a dll in vb .net!

    i saw a thread were someone wanted to make a dll in vb.net what do you do to create a dll and what exactly can the dll's be used for? I am going into computer engeneering and i am just trying to find out as much about everything as i can. Thanks for any help!!!

  2. #2

  3. #3
    Addicted Member
    Join Date
    Feb 2002
    Location
    closed
    Posts
    196
    a DLL (Dynamic Link Library) is, as the name suggests, is a library ,or collection, of classes. Any action drawn from the DLL will run in the process space of the client that requested it. In VB.NET you should indeed start a new project and choose the 'CLASS LIBRARY' option.

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