Im currently adding toolstrips from my seperate modules like:
this.toolStripContainer.TopToolStripPanel.Controls.Add(module.Instance.Toolbar)
Buy they are then in the order that the modules are loaded which isnt very good. Is there any way to re-order them?
Or should i be looking at adding some sort of index to my modules and laoding them in the order that i want the toolstrips?