i have a windows form that inherites from another windows form in the same project, the problem is when i click a button in the inherited form the eventhandler fires twice performing the event in the parent form and then performs the event in the inherited form . any suggestions?
http://www.metacafe.com/watch/852308/inheritied%5Fforms%5Fc/ in this video u will see what am doing exactly and the problem am facing is in the end of this video .. u will see exactly what i mean –