<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK GUI: Как применить CheckBox?]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=16070</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16070&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK GUI: Как применить CheckBox?».]]></description>
		<lastBuildDate>Tue, 09 Feb 2021 16:21:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146079#p146079</link>
			<description><![CDATA[<p><strong>ypppu</strong><br />Ну скажите тогда, как сделать при перезапуске программы стоял флажок, читая .ini файл?</p>]]></description>
			<author><![CDATA[null@example.com (ilaseshatov931)]]></author>
			<pubDate>Tue, 09 Feb 2021 16:21:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146079#p146079</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146078#p146078</link>
			<description><![CDATA[<div class="codebox"><pre><code>Gui, Add, Button, x152 y299 w220 h70 gMenu, Игровое меню`n`n(Клик мыши)
Gui, Show, x550 y204 h442 w526,
Return

Menu:
Gui, Submit, NoHide
;global title := &quot;GOS Helper Beta&quot;
;DllCall(&quot;kernel32.dll\SetProcessShutdownParameters&quot;, &quot;UInt&quot;, 0x4FF, &quot;UInt&quot;, 0)
;console.writeln(&quot;INFO | Loading menu...&quot;)
Menu, game_menu, add, qwerty, q
Menu, Gui, Add, Меню, :game_menu
Menu, Gui, Show
return


q:
IF q_state != 1
	{
	Menu, game_menu, Check, qwerty
	q_state := 1
	}
Else
	{
	Menu, game_menu, Uncheck, qwerty
	q_state := 0
	}
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Tue, 09 Feb 2021 15:58:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146078#p146078</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146076#p146076</link>
			<description><![CDATA[<p>Исправил</p>]]></description>
			<author><![CDATA[null@example.com (ilaseshatov931)]]></author>
			<pubDate>Tue, 09 Feb 2021 15:15:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146076#p146076</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146075#p146075</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>чтобы таргет q выполнял действие когда стоит флажок когда нету не будет работать</p></blockquote></div><p>Казнить нельзя помиловать. Где заглавная буква и знаки препинания? Как можно разобраться в этих потоках сознания?</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Tue, 09 Feb 2021 14:57:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146075#p146075</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146074#p146074</link>
			<description><![CDATA[<p><strong>ypppu</strong></p><div class="codebox"><pre><code>Gui, Add, Button, x152 y299 w220 h70 gMenu, Игровое меню`n`n(Клик мыши)
Gui, Show, x550 y204 h442 w526,
return

Menu:
Gui, Submit, NoHide
global title := &quot;GOS Helper Beta&quot;
DllCall(&quot;kernel32.dll\SetProcessShutdownParameters&quot;, &quot;UInt&quot;, 0x4FF, &quot;UInt&quot;, 0)
console.writeln(&quot;INFO | Loading menu...&quot;)
Menu, game_menu, add, Это Чек Бох, q
Menu, Gui, Add, Меню, :game_menu
Menu, Gui, Show
return

q:
return</code></pre></div><p>Чтобы таргет q выполнял действие, когда нету флажка не будет работать.</p>]]></description>
			<author><![CDATA[null@example.com (ilaseshatov931)]]></author>
			<pubDate>Tue, 09 Feb 2021 14:48:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146074#p146074</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146073#p146073</link>
			<description><![CDATA[<p>Опишите на словах, как это визуально представить.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Tue, 09 Feb 2021 14:41:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146073#p146073</guid>
		</item>
		<item>
			<title><![CDATA[AHK GUI: Как применить CheckBox?]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=146072#p146072</link>
			<description><![CDATA[<p>Как применить CheckBox На простое действие?</p>]]></description>
			<author><![CDATA[null@example.com (ilaseshatov931)]]></author>
			<pubDate>Tue, 09 Feb 2021 14:36:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=146072#p146072</guid>
		</item>
	</channel>
</rss>
