C#窗体的动画效果窗体的动画效果
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
下载地址
用户评论
很好,窗体样式虽然不太好看,但是思路是我想要的
实现效果不错 解释很详细 感谢
太简单了,没什么实用价值。
没像wp那种的翻页效果
还行吧,不过简单了点,就是不清楚有没像wp那种的翻页效果、。、。
我觉得很不错,虽然形式比较简单,的内饰很实用……
实现效果还是不错的