I'm NOT using the Modern UI (that's the idea)
I wanna paint "my self" the top white frame in each dialog.
I'm using this from system.nsh:
but give me the default (grey) block.... any ideas...
Function "Pintar1"
GetDlgItem $R0 $HWNDPARENT 1006
SetStaticBkColor $R0 0x00FFFFFF
FunctionEnd
Function .onInit
Call Pintar1
FunctionEnd
Thanks