Top "Mouse-cursor" questions

Use this tag for questions concerning how to change the shape and style of a mouse cursor.

How to move mouse cursor using C#?

I want to simulate mouse movement every x seconds. For that, I'll use a timer (x seconds) and when the …

c# mouse-cursor
How to get the cursor to change to the hand when hovering a <button> tag

When viewing my site, the cursor only changes to the gloved hand for <a> tags, not <button&…

css mouse-cursor
How to change the mouse cursor in java?

I have a list of words inside the JList. Every time I point the mouse cursor at a word, I …

java swing mouse-cursor
How can you move the cursor to the last position of a textarea in Javascript?

I have a textarea and a button on a form. The textarea may already have some text in it. I …

javascript jquery position textarea mouse-cursor
Hide cursor in Chrome (and IE)

I have the following CSS that hides the mouse cursor for anything on the web page. It works perfectly in …

html css cursor mouse-cursor
Swing: Change cursor to wait cursor

See also Java Swing GUI hour glass. However the provided answer does not seem to work. I have following code: …

java swing jframe event-dispatch-thread mouse-cursor
assign color to mouse cursor using CSS

How can I assign color to the mouse cursor in a web-page? Can anyone suggest me a way to do …

javascript html css mouse-cursor custom-cursor
Changing the cursor in ASP.NET while loading doesn't work without a JS alert

I want to change the cursor to an hourglass in my asp.net application to let my users know that …

javascript c# asp.net mouse-cursor
Changing mouse-cursor on a html-page

I need a way of changing the mouse-cursor on a html-page. I know this can be done with css, but …

javascript css mouse-cursor
Hide cursor in fullscreen mode using Qt 4.8?

I'm in a ArchLinux with OpenBox and I want to hide the cursor on fullscreen inside a Qt 4.8 application. I …

qt qt4 mouse mouse-cursor