M
Marco
Howdy!
Given that:
Type type = Type.GetType("System.Windows.Forms.Button");
Question: How do I obtain a Button object by only knowing
the type object. In other words, how do I fire the
constructor of a type object (Button(), in this case) ???
Thank you and God bless.
_____
Marco
Given that:
Type type = Type.GetType("System.Windows.Forms.Button");
Question: How do I obtain a Button object by only knowing
the type object. In other words, how do I fire the
constructor of a type object (Button(), in this case) ???
Thank you and God bless.
_____
Marco