且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 Windows 窗体上显示动画 GIF (c#)

更新时间:2022-12-05 10:08:15

并不难.

  1. 将图片框拖放到您的表单上.
  2. 将 .gif 文件添加为图片框中的图像
  3. 加载时显示图片框.

需要考虑的事项:

  • 禁用图片框将阻止 gif 动画.

动画 gif:

如果您正在寻找动画 gif,您可以生成它们:

If you are looking for animated gifs you can generate them:

AjaxLoad - Ajax 加载 gif 生成器

另一种方法:

另一种我发现效果很好的方法是我在 代码项目

Another way that I have found that works quite well is the async dialog control that I found on the code project