M
Melonie Brown
How do you call a method on an object that you know the type of as a string?
I can say
Dim x as New MyClass
x.doSomething()
but I need
Dim x as New SomeMagicFunction("MyClass")
x.doSomething()
Is this even possible? I've searched through the newsgroup and did a
goodle search, but I may not be searching on the right keywords.
I can say
Dim x as New MyClass
x.doSomething()
but I need
Dim x as New SomeMagicFunction("MyClass")
x.doSomething()
Is this even possible? I've searched through the newsgroup and did a
goodle search, but I may not be searching on the right keywords.