0
点赞
收藏
分享

微信扫一扫

CWnd* pBtn5->ShowWindow(0);

扶摇_hyber 2023-06-18 阅读 50


void CChangeSizeView::OnButton4() 
{
	// TODO: Add your control notification handler code here
	CWnd* pBtn5= this->GetDlgItem(IDC_BUTTON5);
	pBtn5->ShowWindow(0);

}

void CChangeSizeView::OnButton6() 
{
	// TODO: Add your control notification handler code here
	CWnd* pBtn5= this->GetDlgItem(IDC_BUTTON5);
	pBtn5->ShowWindow(1);	
}



举报

相关推荐

0 条评论