Archive: Custom page background color


Custom page background color
I´ve searched the forum and google, but couldn´t find an answer.

I´m using InstallOptions and I´d like to change the background color of a custom page.
Is it possible, and how?

sorry, if this was answered elsewhere, I couldn´t find it.


Use SetCtlColors of the InstallOptions window handle (popped from InitDialog).

Edit: You will need to call it for all the individual controls as well most likely.

Stu