Label transparency doesnt work

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

Using VB.NET 2005 for WinForm App:

When I make a label's BackColor Transparent it works when in front of a
form's background image. But, when I put the label in front of a picture box
with an image (Sent To Back) then the label's background doesn't show up
transparent. Any ideas why?
 
how you can set the parent property? I'm not sure how you're getting
anything done if you don't know how to set a property.

something like:

myLabel.Parent = myPictureBox
 

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

Similar Threads


Back
Top