Home All Groups Group Topic Archive Search About

Delete events/procedures of control if control is deleted at design time in VB.Net 2005 ?

Author
30 Jun 2006 12:19 PM
Luqman
Is it possible that if I delete any control on the form, all its related
events / procedures should be deleted in VS.Net 2003 or VS.Net 2005 ?

Best Regards,

Luqman

Author
30 Jun 2006 7:15 PM
gene kelley
On Fri, 30 Jun 2006 17:19:57 +0500, "Luqman" <pearls***@cyber.net.pk>
wrote:

>Is it possible that if I delete any control on the form, all its related
>events / procedures should be deleted in VS.Net 2003 or VS.Net 2005 ?
>
>Best Regards,
>
>Luqman
>


In .Net 2005 this indeed happens.  I always keep a current backup of a
project for just such occassions.

Gene