在FormCreate中设置如下:
SetWindowLong(Handle,GWL_EXSTYLE,(GetWindowLong(handle,GWL_EXSTYLE) or WS_EX_APPWINDOW));
本文介绍在FormCreate中通过使用SetWindowLong函数设置WS_EX_APPWINDOW样式的方法,以此来实现窗口样式的特定需求。
在FormCreate中设置如下:
SetWindowLong(Handle,GWL_EXSTYLE,(GetWindowLong(handle,GWL_EXSTYLE) or WS_EX_APPWINDOW));
370
1667

被折叠的 条评论
为什么被折叠?
