A1VBCode Forums

array


http://www.a1vbcode.com/vbforums/Topic32341.aspx

By jon doe - 11/24/2015

need help!!!!



how can I create control array and control array i put in 1 group where the group consist of 2 textbox and two command button.

the event create control array when I push command button





thanks for respon
By Destroyer - 11/26/2015

You need to dynamically add control to a form at run time using the new Add method of the Controls collection.



https://support.microsoft.com/en-us/kb/190670