[求助]画点时屏幕闪烁应该如何解决?
代码如下:
CClientDC dc(this);
CBrush *pBrush=CBrush::FromHandle((HBRUSH)GetStockObject(NULL_BRUSH));
dc.SelectObject(pBrush);
for(i=0;i<n;i++)
dc.SetPixel(point,RGB(255,0,0));
结果图形在屏幕上不断地闪烁,这种现象应该如何解决?请高手指教,谢谢!

Thanks for your help, and I\'ll do my best to help the others the same time~~