简体   繁体   English

如何在 Windows API 中调整标题栏的高度?

[英]How to resize the height of title bar in Windows API?

I wanna increase height of titlebar of my app which written in c language using TDM_GCC libraries.我想增加使用 TDM_GCC 库用 c 语言编写的应用程序标题栏的高度。 I didn't mean change the height of titlebar of all apps in windows.我并不是说要更改 Windows 中所有应用程序的标题栏高度。 Only my app.只有我的应用程序。 What I want like this:我想要的是这样的:

What you are asking is: How do I adjust the sizing of the non-client area of a Win32 window?您要问的是:如何调整 Win32 窗口非客户区的大小?

This is probably what you want:这可能是你想要的:

Custom Window Frame Using DWM 使用 DWM 自定义窗框

图片

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM