I have a button and when i click in this button i want to hide 3 other buttons,
an im able to do it with
Button1.Hide()
Button2.Hide()
Button3.Hide()
but there is a delay between each hide, and i would like them to hide at the same time if someone could help me with it.
Thanks



