MFC 刷新指定控件 CRect rect; GetDlgItem(IDC_STATIC)->GetWindowRect(rect); ScreenToClient(rect); InvalidateRect(rect); Other 2023-11-10 200 点赞 3 评论 303 浏览