hi everyone,
what i want to do is to change the standard windows colors of windows and controls. e.g. any windows common control uses unchangeably the default grey colors.

i already tried to figure out, how to achieve this. i tried the api-commands 'SetClassWord()' and 'SetClassLong()' with which i could change the cursor (value GCL_HCURSOR), but not the color (value GCL_HBRBACKGROUND).
another way that should be possible is to overwrite the default Redraw-Message of the WNDPROC. however, i didn't get this to work neither.

i highly apprechiate any help on this.