PC Review


Reply
Thread Tools Rate Thread

Creating DLLs

 
 
=?Utf-8?B?RWQgV2hpdGU=?=
Guest
Posts: n/a
 
      6th Aug 2004
I have VB .Net Standard Edition. Is it possible to create DLLs with that?
Essentially, I have subroutines that I use in different programs, and I would
like to reference them without having to copy them into each program. How do
I do this?
--
Ed
 
Reply With Quote
 
 
 
 
Mythran
Guest
Posts: n/a
 
      6th Aug 2004

"Ed White" <(E-Mail Removed).(donotspam)> wrote in message
news:050CA0D1-1A5E-4FCA-8AD3-(E-Mail Removed)...
> I have VB .Net Standard Edition. Is it possible to create DLLs with that?
> Essentially, I have subroutines that I use in different programs, and I would
> like to reference them without having to copy them into each program. How do
> I do this?
> --
> Ed


Well, with the Standard Edition, you can't do it through the IDE. You'll have to
create a normal application (Windows Form Application) and save it. Close the
solution and open the .vbproj file you just created (open it with notepad or
other text editor). Change the BuildType from "WinExe" to "Library" and
save/close the text editor. Now just open it with the .Net ide and voila.

I don't know how "LEGAL" this is so you may want to make sure it is before you
do. I don't see a problem with it because you can create an entire .Net
application w/o the IDE.

Mythran


 
Reply With Quote
 
Ricky W. Hunt
Guest
Posts: n/a
 
      6th Aug 2004
"Ed White" <(E-Mail Removed).(donotspam)> wrote in message
news:050CA0D1-1A5E-4FCA-8AD3-(E-Mail Removed)...
> I have VB .Net Standard Edition. Is it possible to create DLLs with that?
> Essentially, I have subroutines that I use in different programs, and I

would
> like to reference them without having to copy them into each program. How

do
> I do this?
> --
> Ed


http://www.devcity.net/net/article.a...s=vbnet_se_dll



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating DLLs in VB.NET =?Utf-8?B?ZWxsaW81MTQ=?= Microsoft Dot NET Framework 2 2nd Jul 2005 04:04 AM
Creating dlls in VB.Net Jon Masterson Microsoft VB .NET 2 8th Apr 2005 12:50 PM
Creating DLLs Jeff Ostapchuk Microsoft VB .NET 3 14th Feb 2004 10:31 PM
Creating publisher policies for DLLs MT Microsoft Dot NET Framework 1 13th Feb 2004 06:41 PM
Creating DLLs with VB.net Julia Microsoft VB .NET 3 5th Dec 2003 10:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:40 PM.