小编Ran*_*ani的帖子

如何从属性表中删除确定,取消和应用按钮

所以我尝试使用此代码,但它不起作用:

CButton *btnApply;
btnApply = reinterpret_cast<CButton *>(GetDlgItem(IDOK));
btnApply->ShowWindow(FALSE);
Run Code Online (Sandbox Code Playgroud)

提前致谢.

c++ mfc cpropertysheet visual-c++

-1
推荐指数
1
解决办法
625
查看次数

标签 统计

c++ ×1

cpropertysheet ×1

mfc ×1

visual-c++ ×1