开发者

Can i delete the title bar/caption after the window be created?

开发者 https://www.devze.com 2023-01-26 03:46 出处:网络
WS_OVERLAPPEDWINDOW will got a title bar, how can i dele开发者_StackOverflow中文版te it after it be created?Use SetWindowLong with GWL_STYLE flag to remove the WS_OVERLAPPED flag. Then call SetWindowP

WS_OVERLAPPEDWINDOW will got a title bar, how can i dele开发者_StackOverflow中文版te it after it be created?


Use SetWindowLong with GWL_STYLE flag to remove the WS_OVERLAPPED flag. Then call SetWindowPos with SWP_FRAMECHANGED to notify system that the window style has changed

0

精彩评论

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