Ok, I have a chess board application. The application has 64 panels within a groupbox. These panels are identified with the expression CHessBoardPanel s{x,y). I am using this to change the background color of the panels. I want a small delay in between where the chessPanel.Back Ground changes to red and when the panels turn back to white.(approxim ately 1 to 2 second delay)
I have tried the Sleep function but it basically locks the application...