E
Etienne
On a Form, I'd like to do something like that, in C++
String *labelName = "myLabel" ;
....
this->Controls[labelName]->Text = "foo" ;
Of course, this doesn't works!
Could you help me?
Thanks!
String *labelName = "myLabel" ;
....
this->Controls[labelName]->Text = "foo" ;
Of course, this doesn't works!
Could you help me?
Thanks!