J
Jose Fernandez
Hello
I have a winforms with 5 controls.
2 of them, with the Name by default, the rest, I changed the names.
When I perform this
foreach(Control c in Controls)
it only finds the 2 controls with their default names. The other 3 are not
listed.
How can I find these controls???
Thanks in advance
I have a winforms with 5 controls.
2 of them, with the Name by default, the rest, I changed the names.
When I perform this
foreach(Control c in Controls)
it only finds the 2 controls with their default names. The other 3 are not
listed.
How can I find these controls???
Thanks in advance