Hello.
I want change mause setting with C/C++. Is here some documentation for it?
I wan change cursor or speen or scrollin whell...
Thanks for help.
Hello.
I want change mause setting with C/C++. Is here some documentation for it?
I wan change cursor or speen or scrollin whell...
Thanks for help.
Hi,
I suggest you could try to use SetCursor function. And if your project is MFC, I suggest you can refer to this document: Change the mouse pointer for a window in MFC by using Visual C++
Best Regards,
Jeanine
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
May I know if you have got any chance to check my answer? I am glad to help if you have any other questions.
Mainly with SystemParametersInfo
(SPI_SETCURSORS, SPI_SETMOUSESPEED, SPI_SETWHEELSCROLLLINES, ...)
+
Registry for Cursor Pointers (HKEY_CURRENT_USER\Control Panel\Cursors)
7 people are following this question.