I have my solution implemented (basic solution) and I\'m happy.
Problem is when I add new items to a ToolStripItemCollection using the \'Add\' method, I get a few overl
You can simply pass null for the image.
Menu.DropDownItems.Add(Text, null, EventHandler);