I created a calculator using Windows Forms, it ran perfectly, but when I click the operation button before the number button (to enter a value on the display) an error occurs that closes my program alone. I wanted to know how I can do so that the operation buttons are initially disabled, and after clicking on the number button is available to carry out the operation. Thanks for the help ..