how to achieve that? when user clicks remove on the menustrip the available options (which are items of a combobox) are shown as its submenu items and when one of the items is selected its removed from the combobox as well. i could only come up with this which is ofcourse an error...

RemoveToolStripMenuItem.DropDown.Items.Add(ComboBox.Items)

please advise!

have you tried, .AddRange insted of .Add

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.