Moving tool/menuStrip to container without loosing event handlers how?
-
Also why when I moved toolStrip and menuStrip controls to toolStip Container I added lately all event handlers where removed rendering all menu and tool strip items not working, had to manually double click each item then rename old event handler methods to new created on double click to make all things work again basically for example event that had click stopped working and new was now click_1 so I had to remove new empty click_1 and rename old click to click_1. Why did this happen?
-
Also why when I moved toolStrip and menuStrip controls to toolStip Container I added lately all event handlers where removed rendering all menu and tool strip items not working, had to manually double click each item then rename old event handler methods to new created on double click to make all things work again basically for example event that had click stopped working and new was now click_1 so I had to remove new empty click_1 and rename old click to click_1. Why did this happen?
To simplify question what is right way to move toolStrip to container?