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