I am trying to handle a mouseclick event on a particular form that should fire if the mouse cursor falls between a set of coordinates - lets say a square.
I understa
Why don't you just use the controls' mouseover event handlers?