MFC中关于对话框刷新的函数是什么?

2025-06-23 08:38:01
推荐回答(1个)
回答1:

void Invalidate(
BOOL bErase = TRUE
);
这个函数是用来强制更新窗口重绘的,UpdateData()是用来交换数据的