How can I allow selecting and copying of text from MessageBox in WPF?
If you don't need selecting text as a requirement, just use System.Windows.Forms.MessageBox. It maps to the system-default one which already allows copying its contents with Ctrl+C.