2018年12月14日

摘要: 实现效果: 知识运用: API函数AnimateWindows [DllImportAttribute("user32.dll")] private static extern bool AnimateWindow(IntPtr hwnd,int dwTime,int dwFlags); 实现代码: 阅读全文

posted @ 2018-12-14 21:42 努力成长静待花开 阅读(261) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: Timer组件 Lable控件的Left属性 实现代码: 阅读全文

posted @ 2018-12-14 20:37 努力成长静待花开 阅读(173) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: API函数SetWindowLong和GetWindowLong 在调用API函数的时候要添加 System.Runtime.InteropService命令空间 [DllImport("user32", EntryPoint = "GetWindowLong")] //从指 阅读全文

posted @ 2018-12-14 19:52 努力成长静待花开 阅读(233) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2018-12-14 10:20 努力成长静待花开 阅读(141) 评论(0) 推荐(0) 编辑