Checking High Scores
August 2, 2008
My shootout game was now working however when the program checked if the user achieved a highscore, i encountered a error. This error was not a VB error rather a Windows error.
This made it particularly hard to pin point why the error was occuring. After using single line stepping i realised the error was occuring because the program was trying to read from a row that was not there. Once i fixed this my shootout game was up and running.
Advertisement
