Compile DLL from .vb file

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
You can create a new library project to and attach the .vb file to that
project. Then it can be compiled into a dll easily. You can also do this
through the command line I believe, though typically I don't use the
command-line compilers (too much hastle and I'm lazy).
 
Create a Class Library project, add that *.vb file into the project, then
compile it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top