sUXT db "C:\windows\system32\UxTheme.dll",0
sFunc db "SetWindowTheme",0
swNull dw 0
.code
start:
INVOKE LoadLibrary, ADDR sUXT
.if eax
INVOKE GetProcAddress, eax, ADDR sFunc
.if eax
push OFFSET swNull
push OFFSET swNull
call eax
.endif
.endif
TimoVJL,
Unfortunately not.
The dropdownmenu is colored, but not the menubar