![]() |
backgroundcolor in every Dialog
hi,
sorry for the newbie question, but i want to set the backgroundcolor in every Dialog. and i cant do that. I read the manuel and try this one FindWindow $0 "#32770" "" $HWNDPARENT GetDlgItem $0 $0 1006 SetCtlColors $0 0xFF0000 0x00FF00 in the oninit Sequence. But the Licence Page still the normal Windows Dialog Colors. I dont know howto use this. Can Someone Help ? Or give me some example ? Greets Fred |
For any of the dialogs/controls that don't conform, adjust the colors separately. Note that, depending on the control, this could be quite a few :)
|
Quote:
!define MUI_BGCOLOR "FF0000" in the Example to red. Thats great ( for me ! ) But know i down know how to set the Color of the Text from the header :-( And i alsaw doesnt know how i can change the Body Background Color. At this Time i try to change the Color from the Licence Page. I realy dont know how :-( |
You mean for the EULA text itself?
If so - I'm afraid you may be SOL there (would have to review some plugins or so). The richedit control used doesn't respect background color codes in the RTF file you'd feed it (the colors come from the RTF, so you can't set it with SetCtlColors). If you mean any of the other bits... code: Note that with most windows styles, the button faces will mostly ignore the colors set (only the 'shaded' edges will get the colors). |
presumably this might help...
http://msdn.microsoft.com/en-us/library/bb774228(VS.85).aspx ...but I can't get it to work. |
hi thanks !
I try it ... |
| All times are GMT. The time now is 04:27. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.