2011-01-13, 03:27 PM
1. int.Parse()/int.TryParse()
2. You have to detect when the left and right buttons are held down separately and use that information to decide when both buttons are down at the same time. See this stack overflow question of someone also making a Minesweeper clone.
2. You have to detect when the left and right buttons are held down separately and use that information to decide when both buttons are down at the same time. See this stack overflow question of someone also making a Minesweeper clone.

