✅ 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
1 Reply
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
Something along those lines