Click here to Skip to main content
15,887,275 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all ,
I have a window created in win32 which is having some controls on it . Now I want to make the window transparent and rest of the controls should display as it is .
I tried it by adding a property WS_EX_TRANSPARENT but it didn't help .
Posted
Updated 15-Sep-15 8:04am
v2
Comments
[no name] 15-Sep-15 14:35pm    
In case you have Access to Borland Builder 6, check Forms.pas to see how Borland solved it. Search there for AlphaBlend. Or Google for "WS_EX_LAYERED".

1 solution

Additional to my comment, have a look here:
https://msdn.microsoft.com/en-us/library/ms997507.aspx[^]
 
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