cnxkey

网狐强制刷新界面

UpdateGameView(NULL);

 

 

源代码:

//更新界面
void CGameFrameView::UpdateGameView(const CRect * pRect)
{
if (m_bDoubleBuf==true) m_bReDraw=true;
if (pRect!=NULL)
{
InvalidateRect(pRect,FALSE);
}
else
{
Invalidate(FALSE);
//RedrawWindow();
//this->UpdateWindow();
}
return;
}

 
 

分类:

技术点:

相关文章:

  • 2021-11-22
  • 2022-12-23
  • 2022-01-10
  • 2021-10-10
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-09
  • 2022-01-23
  • 2022-01-25
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
相关资源
相似解决方案