Disappearing event handlers

  • Thread starter Thread starter Gawel
  • Start date Start date
G

Gawel

If I set a method as an event handler using design view in vs.net then from
time to time it disappers(unregisters) and all my buttons don't work :(.
How can I prevent it ?

Tahnks in advance
 
If I set a method as an event handler using design view in vs.net then from
time to time it disappers(unregisters) and all my buttons don't work :(.
How can I prevent it ?

Tahnks in advance

there are bugs in the ide that kill lines initializecomponent routine.
I have heard that if u make a function call within intializecomonent
and add all the eventhandlers within this routine it will stop
happenning.

-adam
 
Back
Top