Is there a way to move through objects in windows forms? (for example: buttons)
I want to disable a specific button based on an input. For Example: If I have 100 buttons, and got an input of 65, I want to make a loop that moves through all buttons until the 65th button. Is that possible?
Thanks!