DLL in VB.NET
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Anonymous wrote: How do i create a dll in VB.NET? Open VS.NET File>New>Project>Visual Basic Projects>Class Library That will allow you to create a Class Library Assembly in VB.NET, which is the .NET equivalent of a DLL (The assembly is even stored in one). -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky