How to change window style for hwnd ?

It is possible to change the style without editing the source code like here:

The problem is that SetLayeredWindowAttributes works only with LWA_ALPHA, not with LWA_COLORKEY.

1 Like