
Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Hi Dave,
Please see this article:
#Using reflection to extend .NET programs - The Code Project - C#
Programming
http://www.codeproject.com/csharp/reflection.asp?df=100&forumid=3031&exp=0&s
elect=659869
Basically you need to load the assembly and get the type, then use
Activator.CreateInstance() to create an instance.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
David Thielen - 07 Jul 2007 00:34 GMT
perfect - thanks

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
> Hi Dave,
>
[quoted text clipped - 18 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.