Missing events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I make changes and rebuild my application I notice that sometimes some
events are detached from their components. eg a button without its click
event, I often have to go through the application and re-attach the events to
their components.
Please, any idea what's causing the problem and how I can fix it permanently.
 
Hello, Kingsley!

K> When I make changes and rebuild my application I notice that sometimes
K> some events are detached from their components. eg a button without its
K> click event, I often have to go through the application and re-attach
K> the events to their components.
K> Please, any idea what's causing the problem and how I can fix it
K> permanently.

Do you use any custom controls on the form?

Additionally you can ask on

microsoft.public.dotnet.framework.windowsforms.designtime

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
I do have custom controls in some forms within the application, but the
problem occurs even in forms without custom controls.
 
Back
Top