Hi,
From the Designer in VS let's say you double click on a button and it generates this Click event handler.
the subscription code is in the designer.cs.
I was wondering, in the dispose the Form MUST I unsubcribe the event ?
Also, all control that are in the form will it be disposed when the forms disposes? it actually call dispose on each control recursively?