FN-FORUM: Create an instance of a .NET component
date posted 8th January 2006 19:08
Hi,
In VB6 you could create a COM dll implementing an interface easily -
and then create and register that DLL to be created using
createobject("object.class").
In VB.NET, it seems to be a bit long winded and I don't seem able to
create a project that lets me create a COM dll - I need to be able to
late bind to an object to reference it at run time rather than design
time.
As ever, it's knowing the best phrase to put into google to get the
right results...
Cheers
Andy