gif 动画在 PictureBox 可见时不设置动画 = true

发布于 2024-09-15 05:25:37 字数 178 浏览 5 评论 0原文

当用户在我的 C# 表单中按下“登录”按钮时,我使用 n picturebox 来显示“等待”gif 动画。

我将 gif 图像添加到图片框中并将可见性设置为 false。当用户单击登录按钮时,我将图片框的可见性设置为 true。问题是,如果将visible属性设置为true,则不会出现gif动画。

请指教。

I am using n picturebox to show a "waiting" gif animation when a user presses a 'log in' button in my C# form.

I added the gif image to the picturebox and set the visibility to false. When the user clicks on the login button I set the visibility of the picturebox to true. The problem is that the gif animation does not appear if visible property is set to true.

Please advise.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转角预定愛 2024-09-22 05:25:41

在 gif 上放置一个面板并更改 z 顺序,而不是设置可见性。

或者您可以尝试这个

PictureBox 可见属性不起作用...请帮忙

Place a panel over the gif and change the z-order instead of setting the visibility.

Or you could try this

PictureBox visible property does not work... help please

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文