Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. changing the mouse cursor when moved

changing the mouse cursor when moved

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    brucewayn
    wrote on last edited by
    #1

    I want to change the cursor of my mouse when ever i point it on a button or on a static text. Please let me know can that be done??? Thanks in Advance

    _ S 2 Replies Last reply
    0
    • B brucewayn

      I want to change the cursor of my mouse when ever i point it on a button or on a static text. Please let me know can that be done??? Thanks in Advance

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      subclass the button or the static window and use SetCursor to change the shape of the cursor when the mouse is over the control see WM_MOUSEMOVE message for the same.

      You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

      1 Reply Last reply
      0
      • B brucewayn

        I want to change the cursor of my mouse when ever i point it on a button or on a static text. Please let me know can that be done??? Thanks in Advance

        S Offline
        S Offline
        Stuart Dootson
        wrote on last edited by
        #3

        Rather than handling WM_MOUSEMOVE, as suggested by _AnsHUMAN_'s answer, you probably want to handle WM_SETCURSOR[^]

        Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups