Skip to content
⌘ NSIS Forum Archive

How to use the "WM_CTLCOLORSTATIC" in Nsis

5 posts

Joel#

How to use the "WM_CTLCOLORSTATIC" in Nsis

How to use the "WM_CTLCOLORSTATIC"

I'm trying to set text color in my IO page
Joost Verburg#
It's a notification you have to respond to, that's not possible in NSIS. The only possibility would be to add an option to the IO source code.
Joel#
I read past post that's about to "Send" and "recive" a message
for windows "WM_XX", it's true? Is it going to be implement in the
future betas?
kichik#
You can already send. Receiving is still a goal, but it does not have a high priority at the moment.