我想从我的窗口中删除或隐藏一些组件(按钮、组合框等)。我怎样才能做到这一点?
问问题
53 次
1 回答
0
所以,我在 pelles-c 论坛上找到了答案:http: //forum.pellesc.de/index.php? topic=6382.0
ShowWindow(hWnd, SW_HIDE);
// where hWnd - is some component
于 2014-08-28T08:26:01.123 回答