2010年10月20日

C# AnimateWindow与WindowState同时使用的效果

摘要: 在使用窗体动画显示的效果时,用到了以下代码:[System.Runtime.InteropServices.DllImportAttribute("user32.dll")] private static extern bool AnimateWindow(IntPtr hwnd, int dwTime, int dwFlags);AnimateWindow(this.Handle, 500, A... 阅读全文

posted @ 2010-10-20 17:18 程雨轩 阅读(4175) 评论(0) 推荐(0) 编辑

C#动画启动窗体

摘要: 需要添加 using System.Runtime.InteropServices;引用代码 阅读全文

posted @ 2010-10-20 10:50 程雨轩 阅读(1244) 评论(2) 推荐(0) 编辑

导航