UREGENT: Transparent background labels

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

hi all i am wirting an application, that has a picture box as a back ground,
and i want to add a Text Label on top of the picture box but it always shows
that background type even if i set label1.backcolor =
SystemColors.Transparent in the page_load function

thanks
mustafa
 
Use Google to search the archives and you'll find this has been covered
extensively. The Cliffs Notes version is that you can't do a transparent
background label. You *can* override OnPaint and draw your text right onto
the image however.

-Chris
 

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

transparent labels 2
transparent label i CF 3.5 8
Labels 7
Transparent Labels 4
Background color/transparency 1
transparent label... 3
Label transparency doesnt work 4
Label with Transparency ? 1

Back
Top