vb.net class constructor question
Anybody know a way to instantiate a
class in vb.net given the class name as
a string?
For example:
objectIWant = "FoobarClass"
Dim fb as New magicGoesHere(objectIWant)
I've been scratching through MSDN all morning
without turning up anything.
Thanks in advance.
Last edited by TwoToTango; 02-12-2004 at 10:22 AM..
|