Re: Runtime Class Registration in VB.Net

Marc Brooks <[email protected]>
Newsgroups gmane.comp.windows.devel.dotnet.advanced
Message-ID <[email protected]>
> You see this in application such as PhotoShop.  When then start up, you
> watch a number of DLLs load on the splash screen.  That is basically what I
> want to do.  Dynamically load up 300 to 400 classes at start up.

What you are essentially doing is two things. One is referred to as
Add-In discovery and he best source is the stuff you'll find in the
(new in 3.5) CLR AddIn team's blog http://blogs.msdn.com/clraddins/

As for the other feature, you're doing simple licensing and one of the
simplest implementations I've seen is
http://www.codeproject.com/KB/install/VB_KeyCode.aspx

Heath Stewart has another more feature-filled one based on XML digital
signatures here:
http://www.codeproject.com/KB/security/xmldsiglic.aspx

-- 
Marc C. Brooks
http://musingmarc.blogspot.com

NOT sent from an iPhone

===================================
View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.