Is there a way for me to make it so that all objects on my form (no matter how many) will have a link to an even handler?
For example, if I have a function that I want to call everything the user pushes a key within any object on the form... is there a way I can do that w/o manually setting the KeyDown event on each object individually? Thank you!