Esempio n. 1
0
 private void UpdateNonClientArea()
 {
     DwmApi.SetWindowPos(this.WindowHandle, IntPtr.Zero, 0, 0, 0, 0, 0x27 /*SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED*/);
 }