C# dialog form with blur background
Good afternoon, 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 picture of what I want to archive: user886079 I didn't think this was possible but I found a similar question here: Layer effects (blur, etc.) in WinForms The code is from an answer over there but I've changed it slightly... You'll need to compile with the unsafe on (see build tab of your project's properties (Allow unsafe code)). Basicly you put everything in your form in a panel