Mui Bg Id
Quick question... what's the ID to capture the crosshatched area so I can make it white?
Thanks.
Archive: Mui Bg Id
Mui Bg Id
Quick question... what's the ID to capture the crosshatched area so I can make it white?
Thanks.
1044
you can find controls' IDs via resource-explore software, such as eXescope, Resource hacker, etc..
Hmm... it doesn't seem to be working... it's on the outer dialog right?
GetDlgItem $0 $HWNDPARENT 1044
SetCtlColors $0 000000 FFFFFF
I am sorry for my incorrect note.
Try:
SetCtlColors $HWNDPARENT 000000 FFFFFF
Yay, that works!
And you weren't wrong, I just wanted to make sure that I had to enter 1044 instead of the 'proper' 10442 for the ID. Indeed in the end it was 1044.
Thank you for your help!