Beispiel #1
0
 private void frmShowOverFlow_Load(object sender, System.EventArgs e)
 {
     Win32.AnimateWindow(this.Handle, 500, Win32.AW_SLIDE | Win32.AW_VER_NEGATIVE);
 }
Beispiel #2
0
 private void frmShowOverFlow_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     Win32.AnimateWindow(this.Handle, 500, Win32.AW_SLIDE | Win32.AW_HIDE | Win32.AW_VER_POSITIVE);
 }