NsDialogs CreateTextMultiline: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(New page: == 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} co...)
 
No edit summary
 
Line 7: Line 7:


== Creating ==
== Creating ==
Creating the multi-line Teext control is as simple as creating any other control, using '${NSD_CreateTextMultiline} top left width height "text"'.
Creating the multi-line Text control is as simple as creating any other control, using '${NSD_CreateTextMultiline} top left width height "text"'.


[[Category:Headers]] [[Category:Code Examples]] [[Category:nsDialogs Examples]]
[[Category:Headers]] [[Category:Code Examples]] [[Category:nsDialogs Examples]]

Latest revision as of 23:43, 13 February 2009

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


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"'.