Hey everyone,
I'm writing a program for work. I need to do the following:
The user inputs an unknown number of values to be processed. I want to allow them to basically click "new" and be able to add a new textbox or something that will allow them to input their data. I want to do this to keep from having 30 textboxes on the form, when only 7 are needed.
Does anyone know how I can do this?