Exemple #1
0
 private void closeFire()
 {
     this.TopMost     = false;
     this.WindowState = FormWindowState.Normal;
     cb = new MyDllImport.user32.CallBack(cbb);
     MyDllImport.user32.getWindows(cb, IntPtr.Zero);
     //
     //MyDllImport.user32.setWindowPos(id, IntPtr.Zero, 0, 0, 0, 0, MyDllImport.user32.SetWindowPosFlags.HideWindow);
 }
Exemple #2
0
 private void closeFire()
 {
     this.TopMost = false;
     this.WindowState = FormWindowState.Normal;
     cb = new MyDllImport.user32.CallBack(cbb);
     MyDllImport.user32.getWindows(cb, IntPtr.Zero);
     //
         //MyDllImport.user32.setWindowPos(id, IntPtr.Zero, 0, 0, 0, 0, MyDllImport.user32.SetWindowPosFlags.HideWindow);
 }