摘要: 下面是实例的cs代码 public partial class frm_Main : Form { //使用Windows Api AnimateWindow [DllImport("user32.dll", EntryPoint = "AnimateWindow")] private static extern bool AnimateWindow(IntPtr handle, int ms, int flags); public const Int32 AW_HOR_POSITIVE = 0x00000001;//从左向右... 阅读全文
posted @ 2013-08-29 19:02 程序有Bug 阅读(3100) 评论(1) 推荐(0) 编辑