.
The SetLayeredWindowAttributes API
11/26/2021 2:16:59 AM - -73.17.49.227
.
public static extern bool SetLayeredWindowAttributes(IntPtr hwnd, uint crKey, byte bAlpha, uint dwFlags);
.
Public Declare Auto Function SetLayeredWindowAttributes Lib "User32.Dll" _
.
SetLayeredWindowAttributes(Handle, 0, 128, LWA_ALPHA);
.