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.
This is a discussion on Question about showing the cursor within the Windows Programming forums, part of the Platform Specific Boards category; I have one silly game, that makes my cursor disappear when I ALT+TAB out of there. Is there any way ...
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
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.
I've tried that.
"The Internet treats censorship as damage and routes around it." - John Gilmore
>> 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.