I Created a MDI Application, When I open two child Froms: Form 1 & Form 2, to process Sales Order or others
The following Things always happen
I input SO Number and Press Enter in Form 1, it works fine, the form will show all Sales Order Information
I switch to Form 2 to do some other things,Then switch back to Form 1 , and Input SO Number , Press Enter key
But at this time, I can not catch the event for KeyDown
is it a bug for Windows MDI Application
thx