Hi,
I am interested in using a transparent controls function that someone has kindly made but it makes the label which I have on top of the control unclickable in the main gui.
Func _GuiCtrlMakeTrans($iCtrlID,$iTrans=255)
global $pHwnd, $nHwnd, $aPos, $a
$hWnd = GUICtrlGetHandle($iCtrlID);Get the control handle
If $hWnd = 0 then Return SetError(1,1,0)
$pHwnd = DllCall("User32.dll", "hwnd", "GetParent", "hwnd", $hWnd);Get the parent Gui Handle
If $pHwnd[0] = 0 then Re