I am working in C# Windows Forms Application
I want to make shadow of my form, so I have taken a image having shadow and set it as Form's Background image and also set TransparentKey
to Form's BackColor i.e. Control Color
, so that it will transparent the area which contains Control color and FormBorderStyle
to None
.
My problem is that I am not getting the shadow transparent, it is of Control Color.
Updated: I also want to change shape of my form