An open API service indexing awesome lists of open source software.

https://github.com/maximus5/ms-bug-7

Problems with AnimateWindow
https://github.com/maximus5/ms-bug-7

Last synced: 10 months ago
JSON representation

Problems with AnimateWindow

Awesome Lists containing this project

README

          

# AnimateWindow problem

AnimateWindow can't be used like nice animated version of window minimization.

The following call just hides the window, but keyboard focus remains in that hidden window.

```
AnimateWindow(hWnd, 2000, AW_SLIDE | AW_VER_NEGATIVE | AW_HIDE);
```