iNKORE-NET / UI.WPF.Modern

Modern (Fluent 2) styles and controls for your WPF applications
GNU Lesser General Public License v2.1
447 stars 39 forks source link

CLIPBRD_E_CANT_OPEN #58

Closed Bober95 closed 4 months ago

Bober95 commented 5 months ago

Copying text from MessageBox sometimes causes the application to crash with error: 0x800401D0 (CLIPBRD_E_CANT_OPEN)

The solution to this is to use "Clipboard.SetDataObject" instead of "Clipboard.SetText"

NotYoojun commented 5 months ago

Hi there, Please try the latest version (0.9.28) and check if this problem still exists.

Bober95 commented 4 months ago

We can conclude that the error does not currently occur. However, if it happens again, I will contact you