SMB Version Warning message box does not allow to copy contents to clipboard

This message box does not allow to copy its contents to the clipboard using CTRL+C (like it's the correct behavior of any other message box within windows).

Not a bad idea, but also not a bug.

Ctrl-C works in dialogs created by the basic MessageBox function, but it isn't something that works everywhere, and definitely not in every other message box in Windows.

Windows itself has lots of dialogs you cannot copy to the clipboard. e.g. This one when you empty the recycle bin:

It only works in dialogs that look like this and are made by one specific API:

We may be able to add similar functionality to some of our own dialog boxes. It could certainly be useful in cases like your example where Microsoft have decided to put unclickable URLs into the error message text, if that's something they are going to be doing now! :slight_smile:

If you want to request that feature, please link your account.