0
I have a project in C# and I’m having difficulties.
I need to retrieve the data from the dynamically generated buttons at the same time. In the project there are approximately 50 buttons to open different forms in a panel and when I click on a button I wanted them to change color and all the other 49 buttons to be transparent, more as they are generated dynamically I could not, Is it possible to make a simultaneous call to these buttons that should be transparent? When I use Sender I can only recover one button at a time. Someone can help?
if you do not use Tabcontrol ?
– Rovann Linhalis