The WindowEx.SetWindowTrans function Sets Transparency Of Specified Window.

WindowEx.SetwindowTrans(

number hWnd, --Identifies the target window
number Alpha --Specifies the Alpha Value
);

Parameters

hWnd

Identifies the target window to set transparency

Alpha

Specifies the Alpha Value Of Transparency (min: 1 to max: 255) .

Return Values

this function has no return value