I have created an array of label objects and placed them on a form in a VB .NET application. How do I generate .CLICK actions for these objects?
Also can I have all of them call the same subroutine on click passing the control itself. In this way I can change the control's properties when it is clicked. Thanks!
Also can I have all of them call the same subroutine on click passing the control itself. In this way I can change the control's properties when it is clicked. Thanks!