|
-
Jun 17th, 2002, 09:05 PM
#1
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!!!
-
Jun 18th, 2002, 11:54 AM
#2
Dazed Member
You have to create a class library. (similar to a VB6 Active X DLL project)
-
Jun 19th, 2002, 06:23 AM
#3
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|