https://github.com/grassator/win32-window-custom-titlebar
Win32 C99 / C++98 code for a custom title bar on Windows 10
https://github.com/grassator/win32-window-custom-titlebar
Last synced: over 1 year ago
JSON representation
Win32 C99 / C++98 code for a custom title bar on Windows 10
- Host: GitHub
- URL: https://github.com/grassator/win32-window-custom-titlebar
- Owner: grassator
- License: mit
- Created: 2021-08-09T15:37:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T17:56:51.000Z (about 4 years ago)
- Last Synced: 2023-04-09T14:49:42.852Z (about 3 years ago)
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 60
- Watchers: 2
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win32-custom-titlebar
C99 / C++98 code to render a custom title bar on Windows.
[Read this article](https://kubyshkin.name/posts/win32-window-custom-title-bar-caption/) for
more details.
## Building
To build the project run `build.bat` in an MSVC command prompt.
You can also build with Clang by running:
```bash
clang-cl -D UNICODE main.c
```