MINESWEEPER

Jul 31 2008 6:31 AM
I am trying to make the minesweeper game using C# winforms... As the game is on clicking the button the value behind it appears... so we have to assign each value to a each button seperately.. can we make ne function via which all those clicks can be handled easily.. i have the button names according to the array indices containg their content.. plz help me out..