Isabella
---- I fell upon the thorn of life, I bleed.

文章分类 -  WinForm

C# Winform 右下角弹出窗口,延迟5秒关闭及手动关闭
摘要:C# Winform 右下角弹出窗口,延迟5秒关闭及手动关闭子窗体的部分代码:[DllImport("user32")] private static extern bool AnimateWindow(IntPtr hwnd, int dwTime, int dwFlags); //下面是可用的常量,根据不同的动画效果声明自己需要的 private const int AW_HOR_POSITIVE = 0x0001;//自左向右显示窗口,该标志可以在滚动动画和滑动动画中使用。使用AW_CENTER标志时忽略该标志 private const int AW_HOR_NEG 阅读全文
posted @ 2011-12-29 10:56 李昀璟 阅读(3020) 评论(0) 推荐(0)