PDA

Click to See Complete Forum and Search --> : [VB6] - showing a label transparent in Usercontrol transparent


joaquim
Jun 3rd, 2011, 05:02 PM
i have 2 controls transparents:
1 - label(with some text);
2 - usercontrol is transparnt too.
why i can see in label text with some white pixels(like a draw bug)?

LaVolpe
Jun 4th, 2011, 12:55 PM
Don't know? Possibly due to anti-aliasing (clear type text option in XP and above)?

joaquim
Jun 4th, 2011, 03:44 PM
Don't know? Possibly due to anti-aliasing (clear type text option in XP and above)?
i try.. but or i mistake the place or i don't know:(
tell me where is the option(i think that your OS is in english, but i can catch it;))

LaVolpe
Jun 4th, 2011, 05:41 PM
In XP:
1. Right click on desktop & select properties
2. Select the Appearance tab
3. Click the Effects button

joaquim
Jun 4th, 2011, 05:59 PM
In XP:
1. Right click on desktop & select properties
2. Select the Appearance tab
3. Click the Effects button
ok.. i did that.. but seems that the problem isn't there.. i read something in microsoft page that it's a know bug. but if i can't use the label, then i must use the print method:(