ooops)i'm want to say 'MouseEnter' event.with 'MouseDown' this code work fine.
control-Image (PIctureBox)
i'm set this event 'eventer.new1(obj.value,"MouseEnter")'
this event fired ok,but i can't get a X and Y.Error: "Object reference not set to intstance of an object"
You must be aware that the MouseEnter, MouseHover and MouseLeave events are only available on the desktop.
You can get the x and y coordinates of the mouse with the MouseMove event after the MouseEnter event.