Creating a DLL

  • Thread starter Thread starter Joe Delphi
  • Start date Start date
J

Joe Delphi

Hi,

Newbie to VB.NET here.

I need to create a project as a .dll instead of an .exe. Could not
find the instructions on how to do this in on-line help. Also using the
Ken Halverson VB.NET book and can't find it in there either.

Any help appreciated.

JD
 
Joe,

When you want to create a class library, than take the advice from Anand or
when you are already busy, change it in the project properties.

Cor
 
Joe Delphi said:
Newbie to VB.NET here.

I need to create a project as a .dll instead of an .exe. Could not
find the instructions on how to do this in on-line help. Also using the
Ken Halverson VB.NET book and can't find it in there either.

If you are using VB.NET Standard, take a look here:

Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=en>
 

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