I’m creating a borderless form and I want to add a custom border to it. When I add the background for the form however, it doesn’t show well, and it is not transparent.
This is what I want to use as my border.:
When I set the Form’s transparency for White the shadow disappears, I’m not sure what to do.
Okay so I cheated a bit but what I did was simply overriding the CreateParams to draw dropshadow even though it’s a borderless window. It does exactly what I wanted so I went with it.
Thanks for all the help!