all groups > dotnet windows forms > june 2004 >
You're in the

dotnet windows forms

group:

Is possible to load dll files dinamycly?


Is possible to load dll files dinamycly? Jorge Mu?oz via .NET 247
6/26/2004 11:50:45 AM
dotnet windows forms:
(Type your message here)
Hi I'm a beginner software developer, and I have a question about dynamic link library files (DLLs) on VB.NET, My question is this :
If I have an app compiled and generated its .EXE version,
Is possible to load dll files dinamycly on VB.NET?
I mean if I can use the classes contained into dll files without indicate a reference to them staticly, I'd rather that in executed time the user can choose some dll files to be referenced and used from that moment by the program.
Waiting for an answer, I say goodbye.
Thank you for your patien.
--------------------------------
From: Jorge Mu?oz

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

Re: Is possible to load dll files dinamycly? hirf-spam-me-here NO[at]SPAM gmx.at
6/26/2004 10:07:21 PM
* Jorge Mu?oz via .NET 247 <anonymous@dotnet247.com> scripsit:
[quoted text, click to view]

For a simple plug/in/ mechanism, have a look at this sample:

<URL:http://dotnet.mvps.org/dotnet/samples/codingtechnique/downloads/PlugIns.zip>

--
Herfried K. Wagner [MVP]
Re: Is possible to load dll files dinamycly? François J. Miton
6/29/2004 3:32:43 PM
It's definitely possible (see Assembly.Loadxxx)

HTH


[quoted text, click to view]
a reference to them staticly, I'd rather that in executed time the user can
choose some dll files to be referenced and used from that moment by the
program.
[quoted text, click to view]

AddThis Social Bookmark Button