开发者

How to change the border size of a single window?

开发者 https://www.devze.com 2022-12-24 08:13 出处:网络
Is it possible to change the border width for a single window? I know you can change the border width 开发者_开发百科for all windows, but I want to change only one.Unless you do it by owner-drawn your

Is it possible to change the border width for a single window? I know you can change the border width 开发者_开发百科for all windows, but I want to change only one.


Unless you do it by owner-drawn your only options are changing the border type between dialog, fixed single and none. They are of different thicknesses and looks and behaviors so not a great choice. Making your own is definitely the only way to go.

AN easy way to "create your own border" coould actually be to do Windows Skinning

0

精彩评论

暂无评论...
验证码 换一张
取 消