Adding unlimited controls(array..)
-
I came across the requirement for a project that I was working on, I have to add unlimited 'Adress(name address,city,zip)' to database when user clicks add button. i have to delete the controls when he clicks delete button and have to reshuffle the the locations of other controls...
vidya K.A
-
I came across the requirement for a project that I was working on, I have to add unlimited 'Adress(name address,city,zip)' to database when user clicks add button. i have to delete the controls when he clicks delete button and have to reshuffle the the locations of other controls...
vidya K.A
You can add as many controls as you like to a form, just add them to the Controls collection.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
I came across the requirement for a project that I was working on, I have to add unlimited 'Adress(name address,city,zip)' to database when user clicks add button. i have to delete the controls when he clicks delete button and have to reshuffle the the locations of other controls...
vidya K.A