|
-
Apr 8th, 2004, 04:27 PM
#1
Thread Starter
New Member
vb.net dlls
How can I make a vb.net dll. I'd like to add a dll to my project so I can place important functions in it for future update purposes. The user can replace the dll instead of the executable. Can anyone help me? Should I be creating a "Class Library"? If so, how should I access it? Any help would be greatly appreciated. Thanks.
-
Apr 8th, 2004, 07:01 PM
#2
Fanatic Member
Yes, use the Class Libray project type. Then when you want to use it in an application you will need to add a reference to it (right click on references and select add reference).
-
Apr 15th, 2004, 10:44 AM
#3
Thread Starter
New Member
Thank you CrazyCoder. You have helped me tremendously. I have made multiple web services but for the life of me I could not remember that the process was similar. Thanks friend. Happy Coding!
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
|