Buttons not responding to click event

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

Guest

Has anyone experienced the situation where control buttons stop responding to click event handlers? I have a form with 8 buttons that were responding to their click events but are not anymore. Does anyone have an idea on how to correct this problem?
 
Hi SCS,

Yes of course, when I disable a button and forget to enable it again, it is
not responding.

Also in my situation is that when I remove a handlers from the buttons and
do not add it again. However because you ask this, I do not expect you are
doing the last.

Cor
 
Hi Scs

I think the answer is another, I answered to quick.

I thought they did it while busy and you had someting as an image on the
button.

However I see now, that it is never more. This happens when you delete a
button and recreate it again.

Or with copying. (Cutting and copying have total different behaviour in
VS.net)

I think this answers better your question than my previous message?

When you type at the end of the event sub "handles" than the intelisence
gives you posibilities to add them again.

I hope this helps better?

Cor
 
* =?Utf-8?B?c2Nz?= said:
Has anyone experienced the situation where control buttons stop
responding to click event handlers? I have a form with 8 buttons that
were responding to their click events but are not anymore. Does anyone
have an idea on how to correct this problem?

Post your form's code (including 'IntitializeComponent'). Maybe a
'WithEvents' or 'Handles' is missing.
 
Back
Top