win32-window-custom-titlebar icon indicating copy to clipboard operation
win32-window-custom-titlebar copied to clipboard

Win32 C99 / C++98 code for a custom title bar on Windows 10

Results 6 win32-window-custom-titlebar issues
Sort by recently updated
recently updated
newest added

Hi, excelent article with a historical background. It's funny but Windows 11 changes rendering once again. The DWM now renders the border on top. This change is backwards compatible, because...

Hey, nice coding there! There are some issues I ran into when I tested this code: When the window is maximized, double clicking the far top caption doesn't un maximize...

![image](https://user-images.githubusercontent.com/15952100/210176074-20b6b463-074b-4efc-94f2-8ed406d56ada.png) seems the controls / titlebar are too close to the top edge of the monitor when maximized. this is on win11, i'm not sure if this is also how...

I've just compiled your working example with **TDM-GCC 10.3.0-2** and **Code::Blocks,** and while the title bar does appear in the same exact color as it does in the screenshot at...

Nice example of a custom titlebar! One thing I noticed, when starting the Window in maximized position: a little flickering at the top, as if the window is too big...