How to create modular design using late bound references?

G

Guest

First off, let me say that I'm still relatively new, so please bear with me.

My problem lies in creating a program that has two parts, a core
application, and then other modules that can be added in for greater
functionality. The program was originally written in VB6 and the modules
were created as ActiveX exe's that would be accessed by using the
CreateObject command and then supplying two strings which have the root
namespace and the class to be used for operations.

I've migrated the core and modules to VB.Net but I cannot achieve the same
functionality. The modules have been created as libraries that I create
references to. What I would ideally like to do is create a late bound
reference using string variables that contain the namespace and class.

Any help is greatly appreciated.
Thanks in advance,
Jeff B.
 

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

Top