|
-
Jun 16th, 2008, 09:12 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2005] Hide the mouse cursor in a full-screen console-mode app
I'm making a full-screen console-mode app. Since it is entirely text-based and needs no mouse interaction, I thought it'd be nice to not display the ugly blocky mouse cursor. It seems that all consoles in .net display this cursor when made full screen. I know it possible to disable the cursor because non-.net apps, such as cmd.exe hide the cursor.
I don't mind using the API to do this but I've already played around with ShowCursor. It doesn't appear to do anything at all in console-mode apps, even when they're windowed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|