C
C#5mo ago
Maycon

✅ C# dialog form with blur background

Just a simple question. Is it possible to make a parent form blurry while you show a new dialog form in winforms? if it's not possible by default, are there any workarounds? here is just a sample
No description
1 Reply
br4kejet
br4kejet5mo ago
If you know how to change the blur factory of your window, then set it to burry before opening the message box, then change it back when it closes Since message boxes are dialogs, they block until they close so you could do
SetBlur(1.0);
// show message box
SetBlur(0.0);
SetBlur(1.0);
// show message box
SetBlur(0.0);
Something along those lines
Want results from more Discord servers?
Add your server
More Posts