M
Marco
Hi.
I am trying to get a type object using GetType. For this,
I use:
Type type = Type.GetType("System.Windows.Forms.TextBox");
But after this line, when I check, type is null.
What am I doing wrong ? How to do it right ?
Thank you and God bless.
_____
Marco
I am trying to get a type object using GetType. For this,
I use:
Type type = Type.GetType("System.Windows.Forms.TextBox");
But after this line, when I check, type is null.
What am I doing wrong ? How to do it right ?
Thank you and God bless.
_____
Marco