transparent backcolor

G

Guest

hi, is there anyway to get a label to have a transparent back color so i can
see the form behind it? ive tried setting the color to "color.transparent"
but that didnt work...any ideas?
 
C

CMM

Transparent controls in .NET are big hassle. I expected them to address this
in VS2005.... but of course did DID NOT.... the most they did was have the
label controls and others respect the parent form's background image. But
you still can't see other controls underneath the so-called transparent
control AFAIK.

This is extremely frustrating (when you run into it) considering this was
sooooooooo EASY to do on VB3,4,5,6 and before (where labels where
"windowless" lightweight controls). We also still don't have other
lightweight controls (like "Image," and also line, circle, square... which
while not mission-critical were extremely handy to have when needed).

I have seen some solutions in www.codeproject.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top