Search code examples
c#winformsdrawingc#-2.0glow

Is it possible to create a glow effect in C# 2.0?


I would like to create an outer glow effect on a UserControl derived class in c# 2.0 (WinForms). Is this (easily) possible?

If yes, please show me how :)

What I mean with "glow effect" is something like this: enter image description here


Solution

  • Here are a few tutorials on how to easily achieve halo- and special effects on graphical objects in winforms: