CStatic m_page_text_;

m_page_text_.SetWindowText(str); CRect rt; m_page_text_.GetWindowRect(
&rt); ScreenToClient(&rt); InvalidateRect(&rt); UpdateWindow();

 

可以试试:

CStatic m_page_text_;

CStatic m_page_text_;



m_page_text_.UpdateWindow();

m_page_text_.SetWindowText(str);

  

相关文章:

  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-01-08
  • 2022-02-17
猜你喜欢
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-12-20
相关资源
相似解决方案