Thread: Question about showing the cursor

  1. #1
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318

    Question about showing the cursor

    I have one silly game, that makes my cursor disappear when I ALT+TAB out of there.

    Is there any way I can make it appear.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    I've tried that.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  4. #4
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    >> I've tried that.
    Assuming it doesn't work...

    If this is a Win32 program and ShowCursor(TRUE) doesn't work, then you have a problem somewhere else in your program.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. Questions about cursor functionality
    By kantze in forum Windows Programming
    Replies: 4
    Last Post: 08-22-2008, 06:42 AM
  3. Using SetTimer & WM_TIMER question...?
    By csonx_p in forum Windows Programming
    Replies: 5
    Last Post: 04-24-2008, 03:59 AM
  4. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM
  5. Showing cursor in graphics.h
    By sp00k in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 06-23-2002, 05:30 PM