public partial class Form2 : Form { System.Diagnostics.Stopwatch sth = new System.Diagnostics.Stopwatch(); [DllImport("user32")] private static extern bool AnimateWindow(IntPtr hwnd, int dwTime, int dwFlags); //下面是可用的常量,根据不同的动画效果声明自己需要的 private…
窗口代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace FrmSendInfo { public partial class FrmMini : For…