J
Juan Romero
Hey guys,
Does anyoone know how to make a control with transparent background?
This is what I have so far and it doesn't work:
Me.SetStyle(ControlStyles.SupportsTransparentBackColor, True)
Me.UpdateStyles()
Me.BackColor = Color.Transparent
Invalidate()
This allows me to set the background color to transparent, but when I run
the form, the control still draws with color.
Any other ideas?
Thanks!
Does anyoone know how to make a control with transparent background?
This is what I have so far and it doesn't work:
Me.SetStyle(ControlStyles.SupportsTransparentBackColor, True)
Me.UpdateStyles()
Me.BackColor = Color.Transparent
Invalidate()
This allows me to set the background color to transparent, but when I run
the form, the control still draws with color.
Any other ideas?
Thanks!