G
Guest
Hi all,
I would like to access just one of several controls by its number:
I do not want call:
Button1.Text
instead I want to call:
Button+"1".Text
"1" will be a char or byte or something else and come from another function.
I solved it in Delphi years ago - what about C#?
Can anybody help?
I would like to access just one of several controls by its number:
I do not want call:
Button1.Text
instead I want to call:
Button+"1".Text
"1" will be a char or byte or something else and come from another function.
I solved it in Delphi years ago - what about C#?
Can anybody help?