Avatar of hmade
hmade
Flag for Italy

asked on 

Enter Key and MessageBox Problem

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?
.NET ProgrammingC#

Avatar of undefined
Last Comment
hmade

8/22/2022 - Mon