I'm making a game with a grid of grgaphical buttons, using the button background colors to indicate the start points for the players and computer opponent. Unfortunately, if a game ends with the player clicking one of the buttons in the grid and starts a new game, the last button clicked in the previous game is textured with whatever was in that section of the screen before the form loaded this time. I've tried, in both the form_load and form_activate functions, setting the background color of the button grid control array and making the buttons visible, but this had no effect. Any ideas what's going on and how to fix it?