<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: ListBox]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8665&amp;type=atom" />
	<updated>2013-09-11T17:05:54Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8665</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ListBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75339#p75339" />
			<content type="html"><![CDATA[<p>Спасибо. Очень помог.</p>]]></content>
			<author>
				<name><![CDATA[_Квас_]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30710</uri>
			</author>
			<updated>2013-09-11T17:05:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75339#p75339</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: ListBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75337#p75337" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, add, Button, gTest2, OK
Gui, add, ListBox, vTest w300 h200,
Gui, Show

Test2:
Random, rand, 1,7
GuiControl,, Test, % Content := &quot;|&quot; . rand . Content
return

GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-09-11T16:56:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75337#p75337</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: ListBox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75335#p75335" />
			<content type="html"><![CDATA[<p>В общем, не буду расписывать весь код, скину только самое главное. Проблема в том, что новые числа появляются внизу, и тем самым уходят все ниже и ниже, и приходится листать вниз.&nbsp; Покопался в справочнике, ничего дельного не нашел. Вопрос, как сделать, чтобы новые числа появлялись наверху, а старые уходили вниз? Вот код:<br /></p><div class="codebox"><pre><code>Gui, add, Button, gTest2, OK
Gui, add, ListBox, vTest w300 h200,
Gui, Show

Test2:
GuiControlGet, Test
Random, rand, 1,7
GuiControl,, Test, %rand%
return

GuiClose:
ExitApp</code></pre></div><p>Спасибо <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[_Квас_]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30710</uri>
			</author>
			<updated>2013-09-11T16:37:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75335#p75335</id>
		</entry>
</feed>
