Skip to content
⌘ NSIS Forum Archive

Grey Text

5 posts

cai_sebas#

Grey Text

Ive just got an small question, please take a look at the picture, look at the text next to the red line.

I was wondering how to change the color of this text into Grey. I hope somebody knows and can tell me how.

Sebas
cai_sebas#
Woops

Stupid of me, something went wrong with the picture.

Sebas
Joel#
Subclassing.... OwnerDraw, WM_CTLCOLORLISTBOX (if is a listbox).

Things that natively, NSIS can't support.

You'll have to write your own plugin or, use the system plugin with a lot of code to do...
deguix#
No, that's a Treeview control. That windows message won't apply to that. This is a whole lot different story...

You'll have to write your own plugin
Or to wait the NSIS TODO list about plugins be done (support for user controls).

Or you can wait me complete my current project called InstallOptionsEx (search on the forums for the topic of the same name).