Restore Windows State from minimized to previous state
To restore windows state from minimized to previous state, use the following
SendMessage(docView.Handle, WM_SYSCOMMAND, SC_RESTORE, 0);
To restore windows state from minimized to previous state, use the following
SendMessage(docView.Handle, WM_SYSCOMMAND, SC_RESTORE, 0);