NsDialogs CreateTextMultiline
From NSIS Wiki
Jump to navigationJump to search
Description
This header is an extension to the existing nsDialogs.nsh header file, and adds the ability to create a multi-line Edit (Text) control a new ${NSD_CreateTextMultiline} command.
Header
- Main download link: nsDialogs_createTextMultiline.zip (586 bytes).
MD5: d8a1b2991a5e9830e8c06deee62bdb20 | Filesize: 586B
Creating
Creating the multi-line Text control is as simple as creating any other control, using '${NSD_CreateTextMultiline} top left width height "text"'.