Hi All,
A quick question. I have two forms. Form A is a based form and from B is derived from the form A. In form A, there is a button C with a overridable click event. In the form B, the click event of button C is overrided. The problem is that the click event seems to be called twice each time the btn C is clicked, first time from the base form and second time from the derived form. Am i missing something here ? I just want the overrided event in the form B be called. Thanks
