Home > Software engineering >  Consult, how to hide system to the mouse pointer arrow, or set up boot after the mouse pointer to th
Consult, how to hide system to the mouse pointer arrow, or set up boot after the mouse pointer to th

Time:09-18

Consult, how to hide system to the mouse pointer arrow, or set up boot after the mouse pointer to the default location,

CodePudding user response:

What operating system?

CodePudding user response:

DeviceIOControl find bai, have the corresponding interface

CodePudding user response:

ShowCursor (TRUE/FALSE) can display hidden

https://bbs.csdn.net/topics/390122791

CodePudding user response:

reference 1st floor zgl7903 response:
what operating system?
XP system

CodePudding user response:

reference 1st floor stherix response:
ShowCursor (TRUE/FALSE) can display hidden

https://bbs.csdn.net/topics/390122791


How to do?

CodePudding user response:

SetCursorPos or ShowCursor
Refer to the MSDN documentation Using your Cursors

CodePudding user response:

 

While (ShowCursor (FALSE) & gt;=0)
ShowCursor (FALSE);

While (ShowCursor (TRUE) & lt; 0)
ShowCursor (TRUE);