<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Talk%3ANsDialogs_CreateTextMultiline</id>
	<title>Talk:NsDialogs CreateTextMultiline - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Talk%3ANsDialogs_CreateTextMultiline"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NsDialogs_CreateTextMultiline&amp;action=history"/>
	<updated>2026-04-19T01:05:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NsDialogs_CreateTextMultiline&amp;diff=18103&amp;oldid=prev</id>
		<title>66.29.161.98: Created page with &#039;If you are using the multiline textbox to display a license file you may need to edit the nsDialogs_createTextMultiline.nsh to allow the textbox to wrap the text.  Replace:  !def…&#039;</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Talk:NsDialogs_CreateTextMultiline&amp;diff=18103&amp;oldid=prev"/>
		<updated>2010-02-12T20:48:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;If you are using the multiline textbox to display a license file you may need to edit the nsDialogs_createTextMultiline.nsh to allow the textbox to wrap the text.  Replace:  !def…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If you are using the multiline textbox to display a license file you may need to edit the nsDialogs_createTextMultiline.nsh to allow the textbox to wrap the text.&lt;br /&gt;
&lt;br /&gt;
Replace:&lt;br /&gt;
&lt;br /&gt;
!define __NSD_TextMultiline_STYLE ${DEFAULT_STYLES}|${WS_VSCROLL}|${WS_TABSTOP}|${ES_AUTOHSCROLL}|${ES_MULTILINE}|${ES_WANTRETURN}&lt;br /&gt;
&lt;br /&gt;
With:&lt;br /&gt;
&lt;br /&gt;
!define __NSD_TextMultiline_STYLE ${DEFAULT_STYLES}|${WS_VSCROLL}|${WS_TABSTOP}|${ES_MULTILINE}|${ES_WANTRETURN}&lt;br /&gt;
&lt;br /&gt;
Also, I don&amp;#039;t know why you&amp;#039;d set ES_AUTOHSCROLL without setting WS_HSCROLL, so you can see the horizontal scrollbar.&lt;/div&gt;</summary>
		<author><name>66.29.161.98</name></author>
	</entry>
</feed>