WinForm程序设计-在表单中使用FLASH控件
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://chenxing.blog.51cto.com/240526/76285 |
在项目中引入FLASH控件,并添加到表单中
![]() 在表单的LOAD事件中代码如下:
private void main_Load(object sender, System.EventArgs e)
{ this.Flash.Movie=Application.StartupPath+@"\image\clock.swf";
this.Flash.Play(); }
![]() 本文出自 “半瓶香油-好男人时来运转” 博客,请务必保留此出处http://chenxing.blog.51cto.com/240526/76285 本文出自 51CTO.COM技术博客 |




晨星
博客统计信息
热门文章
最新评论
友情链接

