simple question about a win32 function

Started by
1 comment, last by DevLiquidKnight 20 years, 3 months ago
what function is used to set the % of "see-through" of a window using C++ with win32
Advertisement
SetLayeredWindowAttributes(). The window targeted should have WS_EX_LAYERED set (either through CreateWindowEx() or SetWindowLong() ).
Thanks

This topic is closed to new replies.

Advertisement