message box to shohw on top of all windows code example
Example: message box to shohw on top of all windows
MessageBox.Show(new Form() { TopMost = true }, "I'm on top!");
MessageBox.Show(new Form() { TopMost = true }, "I'm on top!");