BUG: Transparent Label on Transparent Control Does Not Display 
Author Message
 BUG: Transparent Label on Transparent Control Does Not Display

http://www.*-*-*.com/

Exists any solution?

--
Juan Marcial
Ingeniero de Software



Tue, 19 Apr 2011 21:45:01 GMT  
 BUG: Transparent Label on Transparent Control Does Not Display

Quote:

> http://support.microsoft.com/kb/179052/en-us

> Exists any solution?

See:

User Control transparency issue
http://groups.google.com.my/group/microsoft.public.vb.controls/msg/47...

--
Ken Halter
Part Time Groupie



Tue, 19 Apr 2011 22:40:11 GMT  
 BUG: Transparent Label on Transparent Control Does Not Display


Wed, 18 Jun 1902 08:00:00 GMT  
 BUG: Transparent Label on Transparent Control Does Not Display


Quote:

> http://support.microsoft.com/kb/179052/en-us

> Exists any solution?

How about capturing the image under your control and painting it to
the background of your (opaque) control?  Quick example:

(Place a lable control or two on your control and set _their_
back style to transparent, but set the usercontrol back style to
opaque)  Add a picture to the form and add the control.
Resize the control (on the form) to refresh the image....

' Paste to User Control

Private Sub UserControl_AmbientChanged(PropertyName As String)
  Refresh
End Sub

Private Sub UserControl_Paint()
  With UserControl
    .PaintPicture .Parent.Picture, 0, 0, .Width, .Height, .Extender.Left, .Extender.Top, .Width, .Height
  End With
End Sub



Tue, 19 Apr 2011 22:41:38 GMT  
 BUG: Transparent Label on Transparent Control Does Not Display


Wed, 18 Jun 1902 08:00:00 GMT  
 BUG: Transparent Label on Transparent Control Does Not Display
On Fri, 31 Oct 2008 06:45:01 -0700, Juan Marcial

Quote:

>http://support.microsoft.com/kb/179052/en-us

>Exists any solution?

Like don't use transparent backgrounds?


Tue, 19 Apr 2011 23:02:48 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. BUG: Transparent Label on Transparent Control Does Not Display

2. Transparent Label on Transparent User Control Problem

3. Q179052 BUG: Transparent Label on Transparent Control Does Not Display ** Anyone have a solution for this?

4. Transparent controls are not Transparent in VC++

5. transparent OCX with transparent label

6. Transparent UserControl with transparent label - Anyone?

7. Transparent UserControl with transparent label

8. Transparent Form Is Not Transparent

9. Transparent font on PictureBox, and not transparent on the printer

10. Transparent Control (specifically the Label and Button control)

11. Doing Mouse Events on a Transparent ActiveX Control?

12. Doing Mouse Events on a Transparent ActiveX Control?

 

 
Powered by phpBB® Forum Software