<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Очистка DropDownList]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12974&amp;type=atom" />
	<updated>2017-09-05T14:32:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12974</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Очистка DropDownList]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119138#p119138" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong>, оуу.. Спасибо, чего то я упустил это.</p><p>(Можно закрывать)</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2017-09-05T14:32:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119138#p119138</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Очистка DropDownList]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119137#p119137" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>GUI, Add, DropDownList, vColorChoice, Black|White|Red|Green|Blue
GUI, Show
Return
F3:: GuiControl, , ColorChoice, | ;Очистить список</code></pre></div><div class="quotebox"><cite>AutoHotkey.chm пишет:</cite><blockquote><p>GuiControl, Sub-command, ControlID [, Param3]<br />GuiControl, (blank):<br />Tab/DropDownList/ComboBox/ListBox: Param3 should contain a pipe-delimited list of entries to be appended at the end of the control&#039;s list. To replace (overwrite) the list instead, include a pipe as the first character (e.g. |Red|Green|Blue). To make the control empty, specify only a pipe character (|). To have one of the entries pre-selected, include two pipes after it (e.g. Red|Green||Blue). The separator between fields may be changed to something other than pipe. For example, Gui +Delimiter`n would change it to linefeed and Gui +DelimiterTab would change it to tab (`t).</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-09-05T13:57:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119137#p119137</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Очистка DropDownList]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119136#p119136" />
			<content type="html"><![CDATA[<p>Нужно удалить все пункты в DropDownList, ибо при GuiControl их просто добавляет.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2017-09-05T13:34:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119136#p119136</id>
		</entry>
</feed>
