I want to execute an instruction each time the mouse moves over a shape (a rectangle).
Picture1 control, for example, has that property. But when I try to find the same option in shape it doesn't exists.
How can I solve this situation?
I've thought about creating a matrix of coordenates (x,y) and if the mouse position is at some point of those coordinates then, execute the instruction. In any case, explain me how can I accomplish that.


Reply With Quote

