<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как пользоваться Checkbox]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9032&amp;type=atom" />
	<updated>2024-02-12T13:07:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9032</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как пользоваться Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=160314#p160314" />
			<content type="html"><![CDATA[<p><strong>1srafel</strong><br />Не стоит поднимать темы столетней давности, тем более, не имеющие отношения к вашему вопросу. Создайте свою.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-02-12T13:07:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=160314#p160314</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как пользоваться Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=160313#p160313" />
			<content type="html"><![CDATA[<p>Как отобразить CheckBox при выборе пункта PDF из ComboBox, и скрыть его при выборе JPG?<br /></p><div class="codebox"><pre><code>Gui:
   Gui, Add, ComboBox, Uppercase xp+89 y32 w106 vExtTo, JPG||PDF

   If (ExtTo == &quot;PDF&quot;)
   { 
      Gui, Font, S10 c2C2C2C, Arial
      Gui, Add, CheckBox, x9 y86 Checked0 vOPTIMIZ, Оптимизировать PDF
   }
   Gui, Show, h176 w292, 
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[1srafel]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43566</uri>
			</author>
			<updated>2024-02-12T07:56:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=160313#p160313</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как пользоваться Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78217#p78217" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, Add, CheckBox, x12 y9 w100 h30 vClick , CheckBox
Gui, Add, Button, x150 y12 w100 h30 gGo, Клик
Gui, Show, w305 h232, Checkbox
return
Return
Go:
GuiControlGet, var, , Click
if var = 1
{
    MsgBox, 64, Info!, Галка стоит!
    Return
}
Else
{
    MsgBox, 0x10, Error!, Галка не стоит!
}
Return
GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[sergeiplugatyr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30382</uri>
			</author>
			<updated>2013-12-17T11:33:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78217#p78217</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как пользоваться Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78215#p78215" />
			<content type="html"><![CDATA[<p>Я не понял, как задать действие при выборе того или иного случая?<br /></p><div class="codebox"><pre><code>Gui, Add, Checkbox, vShipToBillingAddress, Ship to billing address?
0ShipToBillingAddress:
MsgBox, Нет

1ShipToBillingAddress:
MsgBox, Да</code></pre></div><p>Так?</p>]]></content>
			<author>
				<name><![CDATA[Captain_SERG]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31229</uri>
			</author>
			<updated>2013-12-17T11:15:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78215#p78215</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как пользоваться Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78195#p78195" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Если флажок установлен, то выходной переменной, ассоциированной с флажком (если таковая переменная существует), будет присвоено число 1, если снят - 0, а если элемент управления не определен/серый – число -1.</p></blockquote></div><p>В данном случае имя выходной переменной, ассоциированной с флажком: ShipToBillingAddress.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-12-16T13:42:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78195#p78195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как пользоваться Checkbox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78180#p78180" />
			<content type="html"><![CDATA[<p>По примеру на сайте ничего не понятно<br /></p><div class="codebox"><pre><code>Gui, Add, Checkbox, vShipToBillingAddress, Ship to billing address?</code></pre></div><p>Пожалуйста объясните как расписать действия для обоих случаев выбора</p>]]></content>
			<author>
				<name><![CDATA[Captain_SERG]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31229</uri>
			</author>
			<updated>2013-12-16T10:55:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78180#p78180</id>
		</entry>
</feed>
