Hi experts, I build a form with a "SAVE" button, then I add an EventHandler for this button then problem is in this sequence of operation
1) I Force focus to save Button
2) I call a MessageBox
3) In I press enter in one of the buttons of the MessageBox the event is take from the Save Button EventHandler, why?