本文介绍了使用VC ++更改曲面3的笔/手写笔光标,不受管理?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我想为我的应用更改笔/手写笔光标/图标(我想在铅笔点和橡皮图像之间切换),这是在Microsoft Surface 3上,使用Windows 10.我使用Visual Studio 2015,C ++,非托管来编写应用程序。我一直无法找到如何做到这一点。看起来应该很简单。



有谁知道这是怎么做的?



感谢您的任何反馈!

问候,约翰



我尝试过:



GetPointerPenInfo()不提供方法。我一般使用此功能来访问笔信息,但它无法帮助我更改笔的图标。我已经做了大量的网络搜索,但我奇怪地找不到这些信息。

Hello,

I want to change the pen/stylus cursor/icon (I want to toggle between a pencil point and an eraser image) for my application, which is on a Microsoft Surface 3, with Windows 10. I'm using Visual Studio 2015, C++, unmanaged to write the application. I have not been able to find how to do this. It seems it should be simple thing.

Does anyone know how this is done?

Thanks for any feedback!
Regards, John

What I have tried:

GetPointerPenInfo() does not provide the means. I'm using this function to access pen info generally, but it doesn't help me change the pen's icon. I've done an extensive web search, but I strangely can not find this information.

推荐答案



这篇关于使用VC ++更改曲面3的笔/手写笔光标,不受管理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-13 00:26