Click to See Complete Forum and Search --> : Make a transparent window


Navimel
July 24th, 2003, 02:10 PM
How i can Make a transparent window?

Tnx

Myself dot NET
July 25th, 2003, 04:15 AM
Pass WS_EX_LAYERED flag to CreateWindowEx(), and then use SetLayeredWindowAttributes() to set transparency based on either a color or alpha value.

Navimel
July 25th, 2003, 11:57 AM
tnx for help