Hey people
i've been having problems with vb.net.
i like to use 'controls' with looping as to get rid of the need to do basically the same command over and over again. but this comand doesn't work for all objects... and i would like some help
so the code goes a little like this
For...
I've searched everywhere online and can't find anything on this.
Is there was any way to migrate all controls from form to form?
I've tried
For Each Ctrl as Control in Form2.Controls
Form1.Controls.Add(Ctrl)
Next
I get skipped controls and ect...
but...
If I try to get the name of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.