<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Check box в GUI]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=12345</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12345&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Check box в GUI».]]></description>
		<lastBuildDate>Wed, 15 Feb 2017 19:18:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Check box в GUI]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=112599#p112599</link>
			<description><![CDATA[<p><span style="color: green"><strong>sememix</strong>, поставьте точки во всех своих сообщениях. На исправления три дня.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Wed, 15 Feb 2017 19:18:41 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=112599#p112599</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Check box в GUI]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=112591#p112591</link>
			<description><![CDATA[<p>Тяп-ляп сделал. Думаю всё понятно.<br /></p><div class="codebox"><pre><code>
Gui, Add, CheckBox, x20 y380 vTestCheckBox, Тут текст возле кнопки
Gui, Add, Button, x80 y240 w200 h50 gStart,  START
Gui, Show

Start:
Gui, Submit, NoHide ; Считывает статус галочки
if (TestCheckBox &gt; 0)
	MsgBox, Кнопка нажата
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (sememix)]]></author>
			<pubDate>Wed, 15 Feb 2017 18:44:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=112591#p112591</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Check box в GUI]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=111372#p111372</link>
			<description><![CDATA[<p>Как в к моему GUI добавить CheckBox как не пробывал, не получается. <br />Мне нужен код. Просьба доделать.<br /></p><div class="codebox"><pre><code>Gui, Add, CheckBox, x2 y169 w220 h30 , Мгновенная ловля</code></pre></div><p>К этому просьба добавить следующее, когда галочка стоит идет бесконечное нажатие enter.<br />Когда нету галочки, ничего не происходит.</p>]]></description>
			<author><![CDATA[null@example.com (KenzoHK)]]></author>
			<pubDate>Sat, 21 Jan 2017 21:45:42 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=111372#p111372</guid>
		</item>
	</channel>
</rss>
