Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在后台工作的应用程序,当我的应用程序启动时,appstarting 光标闪烁一次(每次),看到光标图标如何从普通箭头多次切换到 appstart 或“在后台工作”带箭头的沙漏,这很烦人.
如何使应用程序光标禁用,运行我的应用程序,然后重新启用它,这样用户就不会感到任何区别。
默认情况下光标不会改变,所以我认为这一定是你的代码中的一些东西。要将光标设置回“正常”,请使用以下命令:
Cursor.Current = Cursors.Default
或者首先找到您设置它的位置并删除该行