Reputation: 53
Say I want to make just the very background of windows form transparent but keep the buttons and the groupboxes 100% NOT transparent and visible. Is there an easy way to do that?? thanks a lot!
Upvotes: 2
Views: 4166
Reputation: 7204
From form properties TransparencyKey
choose a color.
This color will be transparent so choose a rare color that is not used from your controls.
Then choose the same color for your form BackColor
.
valter
Upvotes: 7