I have written a program which modifies the colour scheme for windows via the registry. What I'm trying to figure out is what are the series of API calls I must make to force windows to refresh itself as it does when you click the apply button in the display control panel. I have tried the SendMessage API with no luck so far.

[email protected]