K3

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年8月26日

摘要: 参考自http://blog.csdn.net/yilan8002/article/details/7197981 /// /// 窗体动画函数 注意:要引用System.Runtime.InteropServices; /// /// 指定产生动画的窗口的句柄 /// 指定动画持续的时间 /// 指定动画类型,可以是一个或多个标志的组合。 /// [DllImport("user32")] private static extern bool AnimateW... 阅读全文
posted @ 2013-08-26 12:07 K3 阅读(373) 评论(0) 推荐(0) 编辑

摘要: using System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;using System.Security;using System.Resources;// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information// 阅读全文
posted @ 2013-08-26 11:48 K3 阅读(1391) 评论(0) 推荐(0) 编辑