View Single Post
Old Dec 2nd, 2007, 10:15 PM   #1
09jyoung
codemaniac
 
Join Date: Dec 2007
Posts: 9
Rep Power: 0 09jyoung is on a distinguished road
InvalidateRect???

hello... i'm writing a C++/Win32 connect four program... its still in development... but the source can be found here[link]... i'm doing alright... except with updating the board... I used InvalidateRect(hWnd,NULL,true) to update it... the problem is that this updates the entire screen and causes it to flicker... does anyone know any better methods to keep it form flickering??? Any help would be greatly appreciated.
09jyoung is offline   Reply With Quote