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
What is wrong with:
ToolStripItem item = toolStripItems.Add("MyItem"); item.Click += new EventHandler(....);
Am I missing something?