So I am building a program at the minute where I need a MessageBox to show over an RDC (Remote Desktop Connection) but I can\'t seem to manage it. Any tips?
Here is the
Try this it will show your MessageBox at the top of every window currently open.
MessageBox.Show(this, "Your text", "Settings Needed", MessageBoxButtons.YesNo, MessageBoxIcon.Question MessageBoxDefaultButton.Button1, // specify "Yes" as the default (MessageBoxOptions)0x40000);