I have two forms and I set one of the forms\' TopMost property to true. Somewhere, while the program runs, I show a MessageBox, but since TopMost is set to true
TopMost
I use this.
MessageBox.Show( "message", "title", MessageBoxButtons.OK, messageBoxIcon, MessageBoxDefaultButton.Button1, (MessageBoxOptions)0x40000); // this set TopMost