https://github.com/maximus5/ms-bug-6
WS_CAPTION-less window problems
https://github.com/maximus5/ms-bug-6
bug microsoft-windows
Last synced: 8 months ago
JSON representation
WS_CAPTION-less window problems
- Host: GitHub
- URL: https://github.com/maximus5/ms-bug-6
- Owner: Maximus5
- Created: 2018-01-29T10:38:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T13:31:00.000Z (about 8 years ago)
- Last Synced: 2025-01-31T11:50:16.837Z (over 1 year ago)
- Topics: bug, microsoft-windows
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WS_CAPTION-less window problems
This sample project illustrates WinAPI problems related to `WS_CAPTION` absence.
* Regardless the fact we don't set WS_CAPTION in dwStyle, the window was created WITH CAPTION
* In Win8.1 the caption without text is still visible: [2018-01-29_13-26-20.png](https://github.com/Maximus5/ms-bug-6/blob/master/2018-01-29_13-26-20.png?raw=true)
* After dragging the window on this caption we see fake non-themed caption: [2018-01-29_13-26-48.png](https://github.com/Maximus5/ms-bug-6/blob/master/2018-01-29_13-26-48.png?raw=true)