Archive: [NSIS Installer] White Control Backgrounds


[NSIS Installer] White Control Backgrounds
Hi,

how have you managed it in C++ and WinAPI that the header with the inscription "License Agreement" is white drawn, the same in the multiline edit control? And with which function have you drawn the bold text "License Agreement"? This is the new dialog style for wizards in Windows 2000 and Windows XP and I want to be able to do it the same way? ;)

In which of your opensource files is this code implementation? It is not resource.rc. xD

Related image:
http://www.mnemonix.de/dialog.png

Thanks for reply! :)

lowlevel.


It's done in the NSIS script itself with GetDlgItem, SendMessage, CreateFont, SetCtlColors for most things.

-Stu