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. cursor change AGAIN AGAIN

cursor change AGAIN AGAIN

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
2 Posts 2 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.
  • D Offline
    D Offline
    Dennis L
    wrote on last edited by
    #1

    Sorry if i have bothered you so much, but i'm in deep thought on how to change the cursor when the mouse pointer is on a button or on a notified picture... here's a part of my code ... case WM_SETCURSOR: { HWND hwndStaticw = (HWND) lParam; if (hwndStaticw = GetDlgItem(hwnd, IDC_WL)) { SetCursor(LoadCursor(hInstance, MAKEINTRESOURCE(IDC_CURSOR1))); break; } } return TRUE; where IDC_WL is the notified picture, What am i doing wrong... i thing a lot! Please Help... I'm trying to be calm....

    E 1 Reply Last reply
    0
    • D Dennis L

      Sorry if i have bothered you so much, but i'm in deep thought on how to change the cursor when the mouse pointer is on a button or on a notified picture... here's a part of my code ... case WM_SETCURSOR: { HWND hwndStaticw = (HWND) lParam; if (hwndStaticw = GetDlgItem(hwnd, IDC_WL)) { SetCursor(LoadCursor(hInstance, MAKEINTRESOURCE(IDC_CURSOR1))); break; } } return TRUE; where IDC_WL is the notified picture, What am i doing wrong... i thing a lot! Please Help... I'm trying to be calm....

      E Offline
      E Offline
      Ernesto Perales Soto
      wrote on last edited by
      #2

      Where is this code implemented? Seems like are you assuming that lParam holds a handle to the control below the cursor and, if my mind serves me right, this is not how this message works.. :confused: eperales

      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