19

On websites: "I don't want to see an arrow cursor on the buttons."

On desktop applications: "I don't want to see a hand cursor on anything!"

Comments
  • 1
    Why not?
  • 3
    I like to see hand on every clickable control.
  • 1
    Cause seeing a hand cursor on desktop apps' components might mean opening it in a browser!!!!!!!
  • 1
    @loserboi Hm. I have an idea. I'll make a label in my apps that follows the cursor. When the cursor is on a clickable control:
    lbl.text = functionOfControl;
    lbl.visible = true;
Add Comment