SetLayeredWindowAttributes: Is there an equivalent in Javascript?
Posted: Sat Sep 25, 2021 6:09 am
Is there an equivalent to these two api's function in Spiderbasic
// Subject adjusted (Peter)
Thanks in advanceSetWindowLong_(WindowID(#window_2), #GWL_EXSTYLE, #WS_EX_LAYERED)
SetLayeredWindowAttributes_(WindowID(#window_2), RGB(color,color,color), 0 , #LWA_COLORKEY)
// Subject adjusted (Peter)