Allow Copy and Paste from C# MessageBox
If you are using System.Windows.Forms.MessageBox(mySting);
THIS already supports cntrl+c to copy all contents of the message box. Selection of parts of the text is not supported however.
If you are using System.Windows.Forms.MessageBox(mySting);
THIS already supports cntrl+c to copy all contents of the message box. Selection of parts of the text is not supported however.