595| 3
|
[经验求助] 求设置鼠标指针大小的API |
![]()
70吾爱币
最佳答案没测试过,不知道。
然后,我翻了一下user32函数库
找到一段记录,你自行调试一下
代码如下
[md]```
public static extern bool SetSystemCursor(IntPtr hcur, uint id);
public const uint OCR_NORMAL = 32512;
public const uint OCR_IBEAM = 32513;
public static extern bool SystemParametersInfo(uint uiAction, uint uiParam, IntPtr pvParam, uint fWinIni);
public const uint SPI_SETCURSORS = 87;
public ...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
![]()
| ||
![]() | |
![]()
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2025-9-19 05:49
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.