I have a winform with some controls mostly buttons and textboxs.
Now I have to move theese controls onto a splitcontainer, how can i do this i Visual studio 2010. I have tried to cut and paste and it seemed to work fine, but all the event disapeared.
Do i really have to start from scratch?
You can select them and drag them onto the container. I know that when using Copy & Paste the events are not assigned – all you need to do is reassign them. They should stay assigned when dragging the controls onto the container.
You can make sure the controls are actually assigned to the container by moving the container and verifying that all controls move along with it.