puma
Freshman
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?
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?