InstanceVariable:
Function ulong SetLayeredWindowAttributes(ulong hwnd,ulong crkey,ulong bAlpha,ULONG dwFlags) LIBRARY "user32.dll"
Function ulong SetWindowLong(ulong hwnd,INT nIndex,ulong dwNewLong) LIBRARY "user32.dll" Alias for "SetWindowLongA"
resize:
SetWindowLong(handle( This),-20,524288)
SetLayeredwindowattributes( handle( This), 33485022, 230,2)