I am trying to write a program with four or five different controls of various types, including a label called 'lblClicked’. Write a routine that takes a control as an argument and displays in ‘lblClicked’ the name and type of the control, such as: “You clicked Command 1, a CommandButton.” Implement the functionality so that the label always displays the last control pressed. Can someone tell me if what I've done so far is correct? Or give me some assistance!!!