if i place 20 different buttons on my form, how can i hide them using the for each function or any other function instead of writing the following for each button:
"button1.visibl e=true"
.
.
.
.
"button20.visib le=true"?
"button1.visibl e=true"
.
.
.
.
"button20.visib le=true"?
Comment