SetWindowLong (handle, GWL_EXSTYLE, GetWindowLong (h, GWL_EXSTYLE ) | WS_EX_LAYERED );
SetLayeredWindowAttributes(h, 0, 180, 2);
在 XP 上,这仅适用handle
于没有父级的浮动窗口(您可以将其视为插入桌面)。
更完整的答案将包括左侧的 Windows 系列操作系统列表,以及它是否支持右侧的透明子控件。
哪个版本的 Windows 子窗口可以具有透明度?