Editor: GameGrid is a very lightweight control that will display and update a square board for any type of game, complete with user-definable graphics. Simply drop GameGrid into your program, set the board size, and point it to the appropriate game graphics (in bitmap or GIF format), and the control will handle all the drawing of squaresand pieces for your game. Initialize the board, then pass it information whenever it needs updating. If you are building any type of board game, GameGrid will cut the work you need to do on your interface in half, at least. Complete VB source code is also provided. There are no limitations or nag screens, but there is a $5 registration fee if you find GameGrid a useful developmental