saptechnique

Better late than never. - 郭富

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

2010年3月8日

摘要: 声明方式:  声明    [DllImportAttribute("user32.dll")]    private static extern bool AnimateWindow(IntPtr hwnd, int dwTime, int dwFlags);  参数说明:Code    (1). IntPtr hwnd: 目标窗口的句柄对象, 一般为 this.Handle    (2). in... 阅读全文
posted @ 2010-03-08 15:58 guofu 阅读(431) 评论(1) 推荐(0) 编辑