Window Form With Transparent Background

Two ways -

this.Opacity makes the whole form transparent (not just the background)


BackColor = Color.Red;
TransparencyKey = BackColor;


No Response to "Window Form With Transparent Background"

Post a Comment

powered by Blogger