vb.net and static library

  • Thread starter Thread starter meo
  • Start date Start date
M

meo

Did VB.NET provide template to create static library?

I don't need to release with DLL and source file.
 
I am not sure I understand what you are getting at here. You can create
Shared Classes by setting up modules (keyword Module) instead of classes.
THis is similar to static classes in C#. And, you can have multiple modules
and create a library.

The second statement confuses me, as any time you compile a library, you
only have to release the DLL, not source.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
 
Back
Top