Hello all,

I'm creating a video player. When a video is playing fullscreen, I would like for a menu to appear when the mouse moves, but no event is triggered. The video 'covers' the form, so the form's MouseMove event is not triggered upon mouse movement.

Is there a way to trigger an event when mouse movement is detected?

If not, is there a way to get the cursor position?
Then, I could (in combination with a timer) compare the location of the cursor now and that of a few moments ago to register mouse momevent.

Thanks.