Toolbar loses eventhandler when messagebox is shown

puma

Freshman
Joined
May 17, 2004
Messages
25
Location
Bucharest, Romania
I have the following problem:
I have a usercontrol on a form. The usercontrol contains a toolbar with several buttons.
When pressing a toolbar button, if a messagebox is shown, none of the toolbar buttons will work again.
The weird thing is that even if the buttons don't work, the toolbar's ButtonClick event still has the event handler attached (I saw it while debugging in the 'watches' window).

Has anyone had this problem?
 
Back
Top