Hi,
I want to create an instance of a class by means of the classname. Can't figure out how.
in pseudocode this would look like:
Dim MyClassName as String = "MyClass"
Dim MyObject as New MyClasses(MyCla ssName)
Thanks for your help,
Egbert
I want to create an instance of a class by means of the classname. Can't figure out how.
in pseudocode this would look like:
Dim MyClassName as String = "MyClass"
Dim MyObject as New MyClasses(MyCla ssName)
Thanks for your help,
Egbert
Comment