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.
Windows フォーム プログラムがポインターをカバーできるかどうか疑問に思っています。
C# WinForm アプリの一部としてアニメーションを作成し、ポインターを含めてすべての上に表示したいのですが、それは可能ですか?可能であればどうすればよいですか?
ps この質問は、デスクトップのポップアップ メニューにも適用されます。
アニメーションの実行中にカーソルを非表示にし、終了後に再び表示することができます。
cursor.Hide();