Code:
For each b as Button in FlowLayoutPanel1.Controls.OfType(of Button)
    b.Visible = True
Next
‘ now All buttons are visible hide your selected button here