TranslucentTB calls SetWindowCompositionAttribute.
You can see the source at https://github.com/TranslucentTB/TranslucentTB/tree/release
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to implement transparency for the taskbar (Shell_TrayWnd) in Windows, similar to the functionality that TranslucentTB has. However, in my implementation, the problem is that elements such as the Start button, search box, and attached programs also become transparent, which is not what I expected.
Used Win32 API functions such as SetWindowLong, SetLayeredWindowAttributes to set transparency. It made every element of Taskbar transparent.
TranslucentTB calls SetWindowCompositionAttribute.
You can see the source at https://github.com/TranslucentTB/TranslucentTB/tree/release