//清空picture control控件中的图片,IDC_STATIC_DST为picture control控件的ID
GetDlgItem(IDC_STATIC_DST)->ShowWindow(FALSE);
GetDlgItem(IDC_STATIC_DST)->ShowWindow(TRUE);
MFC picture control刷新控件
最新推荐文章于 2019-11-29 10:00:32 发布
//清空picture control控件中的图片,IDC_STATIC_DST为picture control控件的ID
GetDlgItem(IDC_STATIC_DST)->ShowWindow(FALSE);
GetDlgItem(IDC_STATIC_DST)->ShowWindow(TRUE);