An application that makes most of the win32 popup menus translucent/transparent on Windows 10/11, providing more options to tweak it to meet your need.
Compared to V1, TranslucentFlyouts V2 has better compatibility and the ability to customize.
TranslucentFlyouts V1 has been moved to TranslucentFlyoutsV1.
TranslucentFlyouts uses LGNU V3 license started from V2.
- Download the compiled program archive from the Release page.
- Unzip it to a location such as "
C:\Program Files
". - Run "
install.cmd
" as administrator.
[Note!]:
Downloading symbol files from Microsoft server is required at the first time or after a windows update, otherwise some functionalities will be unavailable!
- Run "
uninstall.cmd
" as administrator. - Delete the remaining files. (It is recommended to logoff before doing it)
Outdated.
Some third-party applications like HoneyView
may cause this issue.
As you can see, it is a QT popup menu.
It really looks like the default menu, isn't it?
But it's rendering procedure is completely different from the defualt one, making TranslucentFlyout hard to modify its visual content.
StartAllBack
has built-in support for translucent popup menu, and its rendering procedure priority is higher than TranslucentFlyouts.
[Note!]:
For this reason,v2.0.0-alpha.4
and higher versions of TranslucentFlyouts will automatically disable itself whenStartAllBack
was detected, unless there is a way to fully disableStartAllBack
' s handling procedure.
However, TranslucentFlyouts is still available for other applications exceptExplorer
.
It may possibly also cause this issue when StartAllBack is installed
As you can see there is a white border around the menu item, it will always exist until you disable or uninstall StartAllBack...
For now, there are two ways to solve this.
- Set the dword value
EnableCustomRendering
to non-zero for TranslucentFlyouts.
Registry path: HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\EnableCustomRendering - Install a custom theme.
Detours is a software package for monitoring and instrumenting API calls on Windows.
VC-LTL is an open source CRT library based on the MS VCRT that reduce program binary size and say goodbye to Microsoft runtime DLLs, such as msvcr120.dll, api-ms-win-crt-time-l1-1-0.dll and other dependencies.
The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.