Click here to Skip to main content
15,895,813 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I develop an application in Visual Basic 2008/2010 with the Aero interface,the text both on the form and in components are transparent.Is there a way to fix this? Thanks.
Posted
Updated 20-Jun-10 22:19pm
v2

1 solution

liliane10 wrote:
When I develop an application in Visual Basic 2008/2010 with the Aero interface,the text both on the form and in components are transparent.Is there a way to fix this? Thanks.


I'm not quite sure what you really want to do but If you tried to use Aero glass outside of the non-client area there's special class called GlassForm for Win Forms and GlassWindow for WPF in Windows 7 API code pack right here http://code.msdn.microsoft.com/WindowsAPICodePack[^]. You could create translucent controls by deriving from this class in Win Forms instead of deriving from Form class for example but such controls are not so practical in my mind.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900