Top "Mouse-position" questions

Getting mouse position in c#

How do I get the mouse position? I want it in term of screen position. I start my program I …

c# mouse-position
What is the difference between screenX/Y, clientX/Y and pageX/Y?

What is the difference between screenX/Y, clientX/Y and pageX/Y? Also for iPad Safari, are the calculations similar …

javascript ipad safari mouse-position
Real mouse position in canvas

I'm trying to draw with the mouse over a HTML5 canvas, but the only way that it seems to work …

javascript canvas html5-canvas mouse-position
Get cursor position with respect to the control - C#

I want to get the mouse position with respect to the control in which mouse pointer is present. That means …

c# winforms mouse mouse-position
jQuery Set Mouse Position (not cursor position)

I have a link that, when clicked, I would like it to move the position of the mouse to the …

jquery mouse mouse-position
Mouse position on mouseover event

Is it possible to get the exactly mouse position in a mouseouver event of a image? If i use a …

javascript mouse mouseover mouse-position
Get Mouse Position on Canvas (But NOT on window)?

I have a project in WPF 4 and vb.net 2010. I have a canvas inside a window. The window is full …

wpf vb.net canvas mouse mouse-position
How to get mouse position on screen in WPF?

It works within a specific control, but it doesn't work out the specific control. How to get mouse position and …

c# .net wpf c#-4.0 mouse-position
Open popup at clicked position

Hi, I have done a popup which is by default hidden and opened whenever a click is triggered on window. …

javascript jquery html popup mouse-position
How to check if webpage page is scrolled?

Is there any way in javascript to check if web page has been vertically scrolled? specially for Internet Explorer? I …

jquery internet-explorer scroll mouse-position