gif 动画在 PictureBox 可见时不设置动画 = true
当用户在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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