简体   繁体   English

顶部的C#Windows Form App

[英]C# Windows Form App on top

I'm wondering if is posible for a Windows Form program to cover the pointer. 我想知道Windows Form程序是否可以覆盖指针。

I want to have an animation as a part of a C# WinForm app and be on top of everything, even the pointer, is it possible and if it is, what to do? 我想将动画作为C#WinForm应用程序的一部分,并放在所有内容(甚至是指针)之上,是否可能,如果可以,该怎么办?

ps this question extends to the desktop popup menu too. ps这个问题也扩展到了桌面弹出菜单。

您可以在动画运行时隐藏光标,然后在完成动画后再次显示它。

cursor.Hide();

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM