Page 2 of 2
Posted: Sat Sep 29, 2007 2:08 am
by PB
> Don't you guys have keyboards?
What do you mean?
Posted: Sat Sep 29, 2007 2:19 am
by Fluid Byte
PB wrote:Don't you guys have keyboards?
Guess!

Posted: Sat Sep 29, 2007 2:52 am
by PB
Oh, do you mean for us just to hit Escape instead of killing the app?
Sure, but we were discussing what to do if you lost the mouse, you
know, if you killed the app by mistake.

And you only quoted part
of my reply, which was discussing MY app that didn't have a keyboard
option to restore the mouse.
Posted: Sat Sep 29, 2007 3:27 am
by Fluid Byte
Oh, do you mean for us just to hit Escape instead of killing the app?
Actually I tought you were smart enuff to figure it out but I was wrong.
Well, it's bloddy simple. The keyboard is the secondary hardware input device. So you can control your computer with it to access the control panel and reload the default mouse set. No Rebbot, no logoff.
Anyway, no one should really use this method as it involes too many risks. This is all theory, no practial use.
Posted: Sat Sep 29, 2007 3:49 am
by PB
> access the control panel and reload the default mouse set
I see. Yes, that works.
> I tought you were smart enuff to figure it out but I was wrong
The thought didn't even cross my mind, but that doesn't mean I'm not smart.
I was too busy trying to work out what your response had to do with my post.
Re: How to hide mouse cursor?
Posted: Wed Aug 22, 2012 9:27 pm
by IdeasVacuum
When the app exits, the following code will restore the mouse pointer set (similar to the User using the Control Panel):
Code: Select all
SystemParametersInfo_(#SPI_SETCURSORS,0,#Null,#Null)
Delay(1)