C#窗体的动画效果窗体的动画效果

上传:darlu 浏览: 49 推荐: 0 文件:RAR 大小:27.61KB 上传时间:2018-12-25 18:40:43 版权申诉
static void Main() { Application.Run(new Form1()); } [System.Runtime.InteropServices.DllImport("user32")] private static extern bool AnimateWindow(IntPtr hwnd,int dwTime, int dwFlags); const int AW_HOR_POSITIVE = 0x0001; const int AW_HOR_NEGATIVE = 0x0002; const int AW_VER_POSITIV
上传资源
用户评论

wangyawei33775 2018-12-25 18:40:43

很好,窗体样式虽然不太好看,但是思路是我想要的

oxiangzige 2018-12-25 18:40:43

实现效果不错 解释很详细 感谢

wxd11083 2018-12-25 18:40:43

太简单了,没什么实用价值。

qqprincipal65772 2018-12-25 18:40:43

没像wp那种的翻页效果

inland7289 2018-12-25 18:40:43

还行吧,不过简单了点,就是不清楚有没像wp那种的翻页效果、。、。

tend53894 2018-12-25 18:40:43

我觉得很不错,虽然形式比较简单,的内饰很实用……

btbird6723 2018-12-25 18:40:43

实现效果还是不错的