delizihin 0 Newbie Poster

I have problems with adding bullets. I know I can add pictureboxes with commands, but I don't know how can I erase them. I also have problems at adding more than one.

Dim aButton As New System.Windows.Forms.Button()
FormName.Controls.Add(aButton)

I use this, but still I don't know how can I rename the buttons I add.(I'm just using them for testing, I'll switch to pictureboxes when I get the code working)

I hope you can give me a sample or at least give me some codes.