Window coloring in WinForms.NET

Many times I saw an effect in Adobe Flash, which gradually reduces the visibility of the background window, for example, when you watch a video or image (in lightbox). It would be great to have such an effect in WinForms. After searching the Internet for a suitable solution, I found a program that reduces the entire screen. Obviously, this works differently, the translucent panel extends to the screen area. I would like to find the same for the application window (so when we show the dialog, the main form will seem a little darker).

Any suggestions?

+3
source share
1 answer

I answered a very similar question before, see:

WinForm control with opacity

Shroud() Unshroud() .

, , ( , , (. ), Paint() .

, , .

+2

All Articles