hv0905 / ModernMessageBoxLibForWPF

Create and show a MessageBox with Modern style easily.
https://www.nuget.org/packages/ModernMessageBoxLib/
MIT License
20 stars 3 forks source link

Replace the outdated Win32 API and support Win11 #7

Open hv0905 opened 2 years ago

hv0905 commented 2 years ago

Now the Message Box can't be rendered correctly on Windows 11. The win32 API the project used seems to have a breaking change but I can't find any document about it.

Updating the API and support Win11 Mica effect is expected.

calvan12 commented 2 years ago

Is there any soliton for this ?