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

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

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)