Thread: changing mouse pointer in c

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    1

    Question changing mouse pointer in c

    Hi everyone, I have a desperate problem i wan to change the cursor pointer in c by loading windows .cur file how can this be done???

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    and you ask this in a DOS forum? Moving.....
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3

  4. #4
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    and LoadCursor()

    Look up the defines (like IDC_WAIT for the hourglass) in winuser.h or create your own and include it in the exe.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replace Mouse Pointer?
    By arew264 in forum Game Programming
    Replies: 3
    Last Post: 04-29-2007, 05:27 PM
  2. need Help in Mouse Pointer
    By obaid in forum C++ Programming
    Replies: 3
    Last Post: 12-07-2006, 03:33 AM
  3. Replies: 16
    Last Post: 10-29-2006, 05:04 AM
  4. Compiler "Warnings"
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 04-24-2005, 01:09 PM
  5. towers of hanoi problem
    By aik_21 in forum C Programming
    Replies: 1
    Last Post: 10-02-2004, 01:34 PM