|
|
 |
Re: FN-FORUM: Create an instance of a .NET component
date posted 8th January 2006 23:05
Have a look at the Reflection classes, everything you need should be there.
Andy Macnaughton-Jones wrote:
> 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
>
--
Michael Adams
M: +44 (0)7939 641774
E: [EMAIL REMOVED]
W: www.mick-adams.co.uk
|
 |
|