Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In C + + Builder in the TForm properties there are parameters like TransparentColor and TransparentColorValue.
But I created the window with the functions WinAPI RegisterClassEx, CreateWindowEx.
Are there properties similar to TransparentColor and TransparentColorValue in WinAPI? And how to use them?
I need to create a window with transparent areas which defined for example green color.
Posted

1 solution

The technique you need to master is Layered Windows. Not a beginner topic but reasonable as long as you are targeting recentish versions of Windows.
A Search like this[^] on Code Project will give you lots of great articles explaining how.
 
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