积极答复者
改变鼠标图标

问题
答案
-
你好 小葬
下载地址是: devfish downloads
你当然可以用自定义图片代替,看一下例子应该知道在哪里改动了。
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Jamles HezModerator 2015年1月22日 14:21
全部回复
-
可以啊,首先你需要定义一个自定义鼠标,然后把PointCursor设定为customer类型
Window.Current.CoreWindow.PointerCursor = new Windows.UI.Core.CoreCursor(Windows.UI.Core.CoreCursorType.Custom, 1);
具体操作可以查看博客: http://blogs.msdn.com/b/devfish/archive/2012/08/02/customcursors-in-windows-8-csharp-metro-applications.aspx
里面有个sample可以下载来运行一下。
如果有问题的话可以来问我:)
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
你好 小葬
下载地址是: devfish downloads
你当然可以用自定义图片代替,看一下例子应该知道在哪里改动了。
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Jamles HezModerator 2015年1月22日 14:21