Home > Software engineering >  CSliderCtrl related to refresh
CSliderCtrl related to refresh

Time:10-13


In the response function of the parent window is time-consuming operation, lead to drag the scroll bar fast refresh corresponding window (refresh) is not very coherent ~

Solving ~

Void CPatient: : OnHScroll (UINT nSBCode, UINT nPos, CScrollBar * pScrollBar)
{
}

CodePudding user response:

CodePudding user response:

"The response function of the parent window of time-consuming operation"
1. Reduce the time-consuming
2. Take steps
3 with thread
  • Related