user3130269
user3130269

Reputation: 53

how can I make just the Form background transparent but not other controls

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

Answers (1)

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

Related Questions