G
Guest
Hi!
I want to write C# code by which I can determine the name of an object
and/or variable at run-time.
VS design windows does it when you drag a control onto your form. It uses
the name of the control's type and adds a number to it and creates a name for
the object, like "button2".
Regards
M Shafaat
I want to write C# code by which I can determine the name of an object
and/or variable at run-time.
VS design windows does it when you drag a control onto your form. It uses
the name of the control's type and adds a number to it and creates a name for
the object, like "button2".
Regards
M Shafaat