Transparency

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Hi there,

I do not seem to be able to make my label controls (or any for that matter)
transparent.... they always show the colour of whatever they are sitting on.

Can VS.Net not handle this a function this basic? Or am I missing something?

Any helpful replies appreciated...
 
I do not seem to be able to make my label controls (or any for that
matter)
transparent.... they always show the colour of whatever they are sitting
on.

Can VS.Net not handle this a function this basic? Or am I missing
something?

Yes, it can be done. If you want to make the whole thing partially
transparent, change the form's opacity property.

I think you are really wanting to change the background to transparent,
though.
An excellent example of this was just posted by a gentlemen by the name of
Cor in a thread titled Skinning.
http://groups.google.com/[email protected]&rnum=1

The short version is:
Form1.TransparencyKey = Form1.BackColor

Matthew
 

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

Back
Top