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
- Host: GitHub
- URL: https://github.com/maximus5/ms-bug-7
- Owner: Maximus5
- Created: 2018-04-05T21:02:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T21:09:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T11:50:16.839Z (12 months ago)
- Language: C++
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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);
```