I want to let user to add and delete as many TextBoxes as he wants. How to do this? I suppose, I must create new names like this: TextBoxes_5, TextBoxes_6, store those names in an array and nicely composite all present objects on the UI. How to do this?
Probably my task is opposite to http://gcc.gnu.org/onlinedocs/cpp/Stringification .html
Probably my task is opposite to http://gcc.gnu.org/onlinedocs/cpp/Stringification .html