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. How to set single system cursor for ALL System?

How to set single system cursor for ALL System?

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
6 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.
  • A Offline
    A Offline
    Alex Cramer
    wrote on last edited by
    #1

    How to set single system cursor for ALL System? Required selecting of a fragment of screen.

    M 1 Reply Last reply
    0
    • A Alex Cramer

      How to set single system cursor for ALL System? Required selecting of a fragment of screen.

      M Offline
      M Offline
      Mike Nordell
      wrote on last edited by
      #2

      Do you want to set the system cursor? SetSystemCursor

      A 1 Reply Last reply
      0
      • M Mike Nordell

        Do you want to set the system cursor? SetSystemCursor

        A Offline
        A Offline
        Alex Cramer
        wrote on last edited by
        #3

        Yeah, I use it, but it change only one curosor (arow, for ex.). I need SINGLE cursor ALWAYS.

        N 1 Reply Last reply
        0
        • A Alex Cramer

          Yeah, I use it, but it change only one curosor (arow, for ex.). I need SINGLE cursor ALWAYS.

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          Alexander Kourov wrote: Yeah, I use it, but it change only one curosor (arow, for ex.). I need SINGLE cursor ALWAYS. Call SetSystemCursor multiple times, one for each cursor. Nish


          Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

          A 1 Reply Last reply
          0
          • N Nish Nishant

            Alexander Kourov wrote: Yeah, I use it, but it change only one curosor (arow, for ex.). I need SINGLE cursor ALWAYS. Call SetSystemCursor multiple times, one for each cursor. Nish


            Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

            A Offline
            A Offline
            Alex Cramer
            wrote on last edited by
            #5

            Are you sure, that programs, which allow to select screen areas, doing it similar? May be there is another way?

            M 1 Reply Last reply
            0
            • A Alex Cramer

              Are you sure, that programs, which allow to select screen areas, doing it similar? May be there is another way?

              M Offline
              M Offline
              Mike Nordell
              wrote on last edited by
              #6

              Ahhh, now I see what you're getting at (and you should see what you should have told us when you first asked your question :-) ). There was a project put up here a CP not too many moons ago that displayd how to magnify a portion of the screen in a few different ways. IIRC it just created a top-level WS_INVISIBLE window. That way your client-area is the only thing you'd have to care about. I.e. you just respond to the WM_SETCURSOR message to your window with whatever you want to display.

              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