Modifying form controls

Peter Osucha <[email protected]> Wed, 11 Jul 2007 10:25:28 -0400
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <[email protected]>
Sometimes, I find that after I have created a form, wired up all the
event handlers, and coded everything to work correctly, I decide to
change a control that was put on the form first or to add another
control (eg, a splitter).  It seems to get the layout to work, I need to
cut and paste controls which then 'unwires' all the event handlers.  

 

I have been wondering for some time if there is a better way to do this
so I don't have to go back and hook up all the event handlers.  Is
there?

 

Sincerely,

peter