Mouseover controls and display its handle
问题 I know, that I can write a function as an event for each component in a form to do something (e.g. when hovering with the mouse). Is there also a possibility to call an event function without linking the event to the specific component but for all of them in an application? What I want to achieve is to display e.g. the handle (Control.Handle) or more information about any component by just hovering the mouse over it. Thanks in advance. 回答1: You can dynamycally set the event for all controls