I need to know if a (moving) form is hovering over a component (maybe something like MouseEnter and MouseLeave without the mouse).
I have this idea of getting the Left, Top, Height, Width of the component and calculating if the (moving) form's position is within the position of the form. (I'm not exactly sure how I can do this)
Any suggestions on implementing my idea? Is there any other way I can do this?