G
Grisha0
Hi,
i've got a little question.
I'd like to create an object for example TextBox
normaly it'd like look like this:
TextBox my_Object = new TextBox();
but i'd like to get the name of the instance from a string.
string name = "my_object_name_from_string";
TextBox name = new TextBox();
any ideas how to do such a thing ? is it possible ??
i've got a little question.
I'd like to create an object for example TextBox
normaly it'd like look like this:
TextBox my_Object = new TextBox();
but i'd like to get the name of the instance from a string.
string name = "my_object_name_from_string";
TextBox name = new TextBox();
any ideas how to do such a thing ? is it possible ??