PicutureBox and GIF# Programming - 葵花宝典
c*t
1 楼
【 以下文字转载自 DotNet 讨论区 】
发信人: cogt (苦荆茶), 信区: DotNet
标 题: PicutureBox and GIF
发信站: BBS 未名空间站 (Wed Jun 27 10:53:37 2007), 转信
I have an animation gif file assigned to pictureBox:
pbStatus.Image = System.Drawing.Image.FromFile("runningRabbit.gif")
in designer the rabbit is running, but when run from debugger or released
app,
the rabbit is still. What's wrong?
发信人: cogt (苦荆茶), 信区: DotNet
标 题: PicutureBox and GIF
发信站: BBS 未名空间站 (Wed Jun 27 10:53:37 2007), 转信
I have an animation gif file assigned to pictureBox:
pbStatus.Image = System.Drawing.Image.FromFile("runningRabbit.gif")
in designer the rabbit is running, but when run from debugger or released
app,
the rabbit is still. What's wrong?