private void Form3_Load(object sender, EventArgs e) { WinAPI.AnimateWindow(this.Handle, 500, WinAPI.BLEND); }
private void Form1_Load(object sender, EventArgs e) { WinAPI.AnimateWindow(this.Handle, 500, WinAPI.HOR_POSITIVE); }