> Like the other Bruce says to clear all panel objects in one go use > > tastiera_panel.Children.Clear > > for an amout of buttons but not all you can use Control.Delete > > For b As Integer = 0 To quantity > mbl_button[b].Delete > Next > > BruceS thanks both Bruce and BB! Roberto.