I want to let user to add and delete as many TextBoxes as he wants. How to do this? I

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kosarar
    New Member
    • Dec 2014
    • 3

    I want to let user to add and delete as many TextBoxes as he wants. How to do this? I

    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
Working...