Transparent UserControl

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

I'm going Mad!

Has anyone been able to give a UserControl a transparent Background

I've tried...

this.SetStyle(ControlStyles.SupportsTransparentBackColor, true);

this.BackColor = Color.Transparent;

this.UpdateStyles();


.... but it does not work.
 
Back
Top