C# WinForms:
I have a static toolbar that is always on my form. but sometimes for example when user selects a command from a menu, I wish to have a second toolbar that is getting added to the right hand side of my static toolbar. How can I accomplish that?
Thanks.