I was thinking of the way to detect which control is under the mouse. I couldnt find an easy way.
I think it can be done by:
1-Detecting the mouse position.
2-Looping through the controls of the form and if the mouse position falls in the bounds of the control then the mouse is on that control.
But this is a little time consuming and not desireable esp in a very populated form. Any better idea?
