I wanna increase height of titlebar of my app which written in c language using TDM_GCC libraries. I didn't mean change the height of titlebar of all apps in windows. Only my app. What I want like this:
![]()
I wanna increase height of titlebar of my app which written in c language using TDM_GCC libraries. I didn't mean change the height of titlebar of all apps in windows. Only my app. What I want like this:
![]()
Copyright © 2021 Jogjafile Inc.
What you are asking is: How do I adjust the sizing of the non-client area of a Win32 window?
This is probably what you want:
Custom Window Frame Using DWM