View Single Post
Old Dec 2nd, 2007, 9:54 PM   #1
09jyoung
codemaniac
 
Join Date: Dec 2007
Posts: 9
Rep Power: 0 09jyoung is on a distinguished road
Question Connect four help

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?
09jyoung is offline   Reply With Quote