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.