• 使用C#实现WinForm窗体的动画效果

    日期:2008-12-03 | 分类:WinForm | Tags:窗体动画

     [ 2007-09-20 16:31:49 | 作者: TanSea ]
     using System.Runtime.InteropServices;

     public class Win32
     {
      public const Int32 AW_HOR_POSITIVE = 0x00000001; // 从左到右打开窗口
      public const Int32 AW_HOR_NEGATIVE = 0x00000002; /...