G
Guest
I'm trying to pass a form to a class method then have the class instantiate and instance of the form and open it.
Is there a way of creating a form from its class name (a string variable) or from getting and passing its Type, then using it to instantiate an object?
thx, troy
Is there a way of creating a form from its class name (a string variable) or from getting and passing its Type, then using it to instantiate an object?
thx, troy