C# 中的 Windows 应用程序支持 gif 动画吗?
这可能吗?如果是的话怎么办?我正在创建一个 Windows 应用程序,它会进行多个 Web 查询。我希望界面有一个加载符号,这样用户就不会感觉屏幕已经冻结了。 谢谢。
Is this possible ? if yes how ? I am creating a windows application, which makes multiple web queries. I want the interface to have a loading symbol, so that the user doesn't feel that the screen has frozen.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我已经做到了。只需使用 PictureBox 控件,并在其上设置 gif 图像即可。
Yes, I've already done it. Just use a PictureBox control, and set the gif image on it.
您应该使用标准的进度条控件。
You should use the standard progress bar control.