<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK GUI: Как применить CheckBox?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16070&amp;type=atom" />
	<updated>2021-02-09T16:21:13Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16070</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146079#p146079" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Ну скажите тогда, как сделать при перезапуске программы стоял флажок, читая .ini файл?</p>]]></content>
			<author>
				<name><![CDATA[ilaseshatov931]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41427</uri>
			</author>
			<updated>2021-02-09T16:21:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146079#p146079</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146078#p146078" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-02-09T15:58:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146078#p146078</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146076#p146076" />
			<content type="html"><![CDATA[<p>Исправил</p>]]></content>
			<author>
				<name><![CDATA[ilaseshatov931]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41427</uri>
			</author>
			<updated>2021-02-09T15:15:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146076#p146076</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146075#p146075" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>чтобы таргет q выполнял действие когда стоит флажок когда нету не будет работать</p></blockquote></div><p>Казнить нельзя помиловать. Где заглавная буква и знаки препинания? Как можно разобраться в этих потоках сознания?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-02-09T14:57:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146075#p146075</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146074#p146074" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ilaseshatov931]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41427</uri>
			</author>
			<updated>2021-02-09T14:48:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146074#p146074</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK GUI: Как применить CheckBox?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146073#p146073" />
			<content type="html"><![CDATA[<p>Опишите на словах, как это визуально представить.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-02-09T14:41:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146073#p146073</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK GUI: Как применить CheckBox?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146072#p146072" />
			<content type="html"><![CDATA[<p>Как применить CheckBox На простое действие?</p>]]></content>
			<author>
				<name><![CDATA[ilaseshatov931]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41427</uri>
			</author>
			<updated>2021-02-09T14:36:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146072#p146072</id>
		</entry>
</feed>
