Transparentes Fenster
Verfasst: 22.10.2006 04:44
Code: Alles auswählen
SetWindowLong_(WindowID(0),#GWL_EXSTYLE,GetWindowLong_(WindowID(0),#GWL_EXSTYLE) | #WS_EX_LAYERED)
SetLayeredWindowAttributes_(WindowID(0), 0, (255 * 70) / 100, #LWA_ALPHA)