i have a form with 40 text boxes on it. i want to assign the same code to the onclick event and ondblclick event of all of them, is there a quicker way than creating all 80 code sections.
can i create a custom event that will check whether it was one of the textboxs clicked and pass a handle or...