MessageBox.Show has forms like MessageBox.Show( ownerWindow, .... ).
What do I gain by assigning a owner window?
if i'm not wrong this prevents to owner window to Focus() until the messagebox is closed.