I have a button on a form (within a panel) created in code. This button has an on-click event handler created with AddHandler attached to it and it works on the first click but not on subsequent clicks. There are 3 others buttons created in the same manner which always work. Any ideas? I tried doing Dim WithEvents and that didn't work.