简体   繁体   English

CPropertySheet - 移除框架

[英]CPropertySheet - removing frame

Iam trying to remove the frame of my CPropertySheet.我正在尝试删除我的 CPropertySheet 的框架。 I googled a lot in the last days, but couldnt find a solution.我在过去几天用谷歌搜索了很多,但找不到解决方案。

i thought it would work with:我认为它会与:

ModifyStyle(WS_CAPTION, 0,0);
ModifyStyleEx(WS_EX_DLGMODALFRAME, 0, 0);

but it doesnt^^但它没有^^

here is a picture https://ibb.co/R7b0tdD这是一张图片https://ibb.co/R7b0tdD

i want to remove this 3D border我想删除这个 3D 边框

It is hard to determine, but try removing all border/frame styles but WS_BORDER and make sure to remove WS_EX_CLIENTEDGE style.很难确定,但尝试删除所有边框/框架样式,但 WS_BORDER 并确保删除 WS_EX_CLIENTEDGE 样式。 This is just a guess but I would start with the above steps.这只是一个猜测,但我将从上述步骤开始。

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

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