S
Smokey Grindle
Is it possible to create an object of a specific type just by knowing its
name as a text string? Say I have the string
System.Windows.Forms.Textbox how would I go about turing that string into an
object of that type? I think its possible with reflection, but not sure
how... thanks!
name as a text string? Say I have the string
System.Windows.Forms.Textbox how would I go about turing that string into an
object of that type? I think its possible with reflection, but not sure
how... thanks!