<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Check box в GUI]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12345&amp;type=atom" />
	<updated>2017-02-15T19:18:41Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12345</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Check box в GUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=112599#p112599" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>sememix</strong>, поставьте точки во всех своих сообщениях. На исправления три дня.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-02-15T19:18:41Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=112599#p112599</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Check box в GUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=112591#p112591" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sememix]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33892</uri>
			</author>
			<updated>2017-02-15T18:44:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=112591#p112591</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Check box в GUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=111372#p111372" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[KenzoHK]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34095</uri>
			</author>
			<updated>2017-01-21T21:45:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=111372#p111372</id>
		</entry>
</feed>
