On grid DoubleClick I call MessageBox.Show to display some information.
The instruction will be executed but the dialog box is nowhere on the
screen!!. The main application is now disabled, pressing ESC "closes"
invisible dialog box and focus returns to the application.
I added a button and on Click I do what DoubleClick should and all is
OK. How the hell MessageBox can be invisible or outside the screen?
MH