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
精彩评论