Hi again :P
In my musical project, I'm creating buttons and labels at runtime. I was wondering how can I make changes to a certain button object via a label object, like this:
Dim Label1 as New Label
Dim Button1 as New Button
Me.Controls.Add(Label1)
Me.Controls.Add(Button1)
AddHandler...
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.